Html Css Color HEX #DF87B4 Kobi

📋 copy color: '#DF87B4'

red 223 ◦ green 135 ◦ blue 180

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

Shades of Kobi #DF87B4

Tints of Kobi #DF87B4

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.09%

 BLUE value IS 180 (70.7% from 255) = 33.46%

R = 41.45%
G = 25.09%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF87B4 (or 0xDF87B4) is known color: Kobi. HEX triplet: DF, 87 and B4. RGB value is (223,135,180). Sum of RGB (Red+Green+Blue) = 223+135+180=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87B4 is #20784B. Grayscale: #A6A6A6. Windows color (decimal): -2127948 or 11831263. OLE color: 11831263.

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

Color convert

RGB 223 135 180 -
CMYK 0 0.39 0.19 0.13
HSL 329.32º 0.58% 0.7% -
HSV(B) 329.32º 0.39% 0.87% -
XYZ 47.33 36.31 47.69 -
YUV 166.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 223 135 180 0 0.39 0.19 0.13 329.32 0.58 0.7
Hex DF 87 B4 0 27 13 D 149 3A 46
Octal 337 207 264 0 47 23 15 511 72 106
Binary 11011111 10000111 10110100 0 100111 10011 1101 101001001 111010 1000110

Color Harmonies of #DF87B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF87B4

Black with #DF87B4

Text Example


Text Example

White with #DF87B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF87B4; }

 p { color: rgb(223,135,180); }

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

background-color css

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

 a { background-color: rgb(223,135,180); }

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

border-color css

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

 span { border-color: rgb(223,135,180); }

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