Html Css Color HEX #DF84B0 Kobi

📋 copy color: '#DF84B0'

red 223 ◦ green 132 ◦ blue 176

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

Shades of Kobi #DF84B0

Tints of Kobi #DF84B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.15%

R = 42%
G = 24.86%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF84B0 (or 0xDF84B0) is known color: Kobi. HEX triplet: DF, 84 and B0. RGB value is (223,132,176). Sum of RGB (Red+Green+Blue) = 223+132+176=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF84B0 is #207B4F. Grayscale: #A4A4A4. Windows color (decimal): -2128720 or 11568351. OLE color: 11568351.

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

Color convert

RGB 223 132 176 -
CMYK 0 0.41 0.21 0.13
HSL 330.99º 0.59% 0.7% -
HSV(B) 330.99º 0.41% 0.87% -
XYZ 46.52 35.33 45.44 -
YUV 164.23 134.65 169.92 -
System Red Green Blue C M Y K H S L
Decimal 223 132 176 0 0.41 0.21 0.13 330.99 0.59 0.7
Hex DF 84 B0 0 29 15 D 14B 3B 46
Octal 337 204 260 0 51 25 15 513 73 106
Binary 11011111 10000100 10110000 0 101001 10101 1101 101001011 111011 1000110

Color Harmonies of #DF84B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF84B0

Black with #DF84B0

Text Example


Text Example

White with #DF84B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF84B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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