Html Css Color HEX #DF99B5 Kobi

📋 copy color: '#DF99B5'

red 223 ◦ green 153 ◦ blue 181

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

Shades of Kobi #DF99B5

Tints of Kobi #DF99B5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.47%

 BLUE value IS 181 (71.09% from 255) = 32.5%

R = 40.04%
G = 27.47%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF99B5 (or 0xDF99B5) is known color: Kobi. HEX triplet: DF, 99 and B5. RGB value is (223,153,181). Sum of RGB (Red+Green+Blue) = 223+153+181=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99B5 is #20664A. Grayscale: #B1B1B1. Windows color (decimal): -2123339 or 11901407. OLE color: 11901407.

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

Color convert

RGB 223 153 181 -
CMYK 0 0.31 0.19 0.13
HSL 336º 0.52% 0.74% -
HSV(B) 336º 0.31% 0.87% -
XYZ 50.16 41.81 49.14 -
YUV 177.12 130.19 160.72 -
System Red Green Blue C M Y K H S L
Decimal 223 153 181 0 0.31 0.19 0.13 336 0.52 0.74
Hex DF 99 B5 0 1F 13 D 150 34 4A
Octal 337 231 265 0 37 23 15 520 64 112
Binary 11011111 10011001 10110101 0 11111 10011 1101 101010000 110100 1001010

Color Harmonies of #DF99B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF99B5

Black with #DF99B5

Text Example


Text Example

White with #DF99B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF99B5; }

 p { color: rgb(223,153,181); }

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

background-color css

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

 a { background-color: rgb(223,153,181); }

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

border-color css

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

 span { border-color: rgb(223,153,181); }

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