Html Css Color HEX #DF87B3 Kobi

📋 copy color: '#DF87B3'

red 223 ◦ green 135 ◦ blue 179

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

Shades of Kobi #DF87B3

Tints of Kobi #DF87B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.33%

R = 41.53%
G = 25.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF87B3 (or 0xDF87B3) is known color: Kobi. HEX triplet: DF, 87 and B3. RGB value is (223,135,179). Sum of RGB (Red+Green+Blue) = 223+135+179=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87B3 is #20784C. Grayscale: #A6A6A6. Windows color (decimal): -2127949 or 11765727. OLE color: 11765727.

HSL color Cylindrical-coordinate representation of color #DF87B3: 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.39%. Process color model (Four color, CMYK) of #DF87B3 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 135 179 -
CMYK 0 0.39 0.20 0.13
HSL 330º 0.58% 0.7% -
HSV(B) 330º 0.39% 0.87% -
XYZ 47.23 36.27 47.16 -
YUV 166.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 223 135 179 0 0.39 0.20 0.13 330 0.58 0.7
Hex DF 87 B3 0 27 14 D 14A 3A 46
Octal 337 207 263 0 47 24 15 512 72 106
Binary 11011111 10000111 10110011 0 100111 10100 1101 101001010 111010 1000110

Color Harmonies of #DF87B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF87B3

Black with #DF87B3

Text Example


Text Example

White with #DF87B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF87B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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