Html Css Color HEX #DF84C4 Tea Rose

📋 copy color: '#DF84C4'

red 223 ◦ green 132 ◦ blue 196

#DF84C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #DF84C4

Tints of Tea Rose #DF84C4

RGB

 RED value IS 223 (87.5% from 255) = 40.47%

 GREEN value IS 132 (51.95% from 255) = 23.96%

 BLUE value IS 196 (76.95% from 255) = 35.57%

R = 40.47%
G = 23.96%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF84C4 (or 0xDF84C4) is known color: Tea Rose. HEX triplet: DF, 84 and C4. RGB value is (223,132,196). Sum of RGB (Red+Green+Blue) = 223+132+196=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84C4 is #207B3B. Grayscale: #A6A6A6. Windows color (decimal): -2128700 or 12879071. OLE color: 12879071.

HSL color Cylindrical-coordinate representation of color #DF84C4: hue angle of 317.8º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84C4 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 132 196 -
CMYK 0 0.41 0.12 0.13
HSL 317.8º 0.59% 0.7% -
HSV(B) 317.8º 0.41% 0.87% -
XYZ 48.65 36.18 56.64 -
YUV 166.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 223 132 196 0 0.41 0.12 0.13 317.8 0.59 0.7
Hex DF 84 C4 0 29 C D 13E 3B 46
Octal 337 204 304 0 51 14 15 476 73 106
Binary 11011111 10000100 11000100 0 101001 1100 1101 100111110 111011 1000110

Color Harmonies of #DF84C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF84C4

Black with #DF84C4

Text Example


Text Example

White with #DF84C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF84C4; }

 p { color: rgb(223,132,196); }

 H1.HeaderClassName
 {
   color: #DF84C4;
 }
 .AnyTagClassName
 {
   color: #DF84C4;
 }
</style>

background-color css

<style>
 a { background-color: #DF84C4; }

 a { background-color: rgb(223,132,196); }

 div.DivClassName
 {
   background-color: #DF84C4;
 }
 .BgClassName
 {
   background-color: #DF84C4;
 }
</style>

border-color css

<style>
 span { border-color: #DF84C4; }

 span { border-color: rgb(223,132,196); }

 td.TdClassName
 {
   border-color: #DF84C4;
 }
 .TagClassName
 {
   border-color: #DF84C4;
 }
</style>