Html Css Color HEX #DF84A6 Kobi

📋 copy color: '#DF84A6'

red 223 ◦ green 132 ◦ blue 166

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

Shades of Kobi #DF84A6

Tints of Kobi #DF84A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.86%

R = 42.8%
G = 25.34%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF84A6 (or 0xDF84A6) is known color: Kobi. HEX triplet: DF, 84 and A6. RGB value is (223,132,166). Sum of RGB (Red+Green+Blue) = 223+132+166=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF84A6 is #207B59. Grayscale: #A3A3A3. Windows color (decimal): -2128730 or 10912991. OLE color: 10912991.

HSL color Cylindrical-coordinate representation of color #DF84A6: hue angle of 337.58º 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 #DF84A6 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 132 166 -
CMYK 0 0.41 0.26 0.13
HSL 337.58º 0.59% 0.7% -
HSV(B) 337.58º 0.41% 0.87% -
XYZ 45.57 34.94 40.42 -
YUV 163.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 223 132 166 0 0.41 0.26 0.13 337.58 0.59 0.7
Hex DF 84 A6 0 29 1A D 152 3B 46
Octal 337 204 246 0 51 32 15 522 73 106
Binary 11011111 10000100 10100110 0 101001 11010 1101 101010010 111011 1000110

Color Harmonies of #DF84A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF84A6

Black with #DF84A6

Text Example


Text Example

White with #DF84A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF84A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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