Html Css Color HEX #DF85B2 Kobi

📋 copy color: '#DF85B2'

red 223 ◦ green 133 ◦ blue 178

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

Shades of Kobi #DF85B2

Tints of Kobi #DF85B2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.91%

 BLUE value IS 178 (69.92% from 255) = 33.33%

R = 41.76%
G = 24.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF85B2 (or 0xDF85B2) is known color: Kobi. HEX triplet: DF, 85 and B2. RGB value is (223,133,178). Sum of RGB (Red+Green+Blue) = 223+133+178=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF85B2 is #207A4D. Grayscale: #A4A4A4. Windows color (decimal): -2128462 or 11699679. OLE color: 11699679.

HSL color Cylindrical-coordinate representation of color #DF85B2: hue angle of 330º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF85B2 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 133 178 -
CMYK 0 0.40 0.20 0.13
HSL 330º 0.58% 0.7% -
HSV(B) 330º 0.4% 0.87% -
XYZ 46.85 35.68 46.54 -
YUV 165.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 223 133 178 0 0.40 0.20 0.13 330 0.58 0.7
Hex DF 85 B2 0 28 14 D 14A 3A 46
Octal 337 205 262 0 50 24 15 512 72 106
Binary 11011111 10000101 10110010 0 101000 10100 1101 101001010 111010 1000110

Color Harmonies of #DF85B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF85B2

Black with #DF85B2

Text Example


Text Example

White with #DF85B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF85B2; }

 p { color: rgb(223,133,178); }

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

background-color css

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

 a { background-color: rgb(223,133,178); }

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

border-color css

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

 span { border-color: rgb(223,133,178); }

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