Html Css Color HEX #DF99B4 Kobi

📋 copy color: '#DF99B4'

red 223 ◦ green 153 ◦ blue 180

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

Shades of Kobi #DF99B4

Tints of Kobi #DF99B4

RGB

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

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

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

R = 40.11%
G = 27.52%
B = 32.37%

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

#DF99B4 (or 0xDF99B4) is known color: Kobi. HEX triplet: DF, 99 and B4. RGB value is (223,153,180). Sum of RGB (Red+Green+Blue) = 223+153+180=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99B4 is #20664B. Grayscale: #B0B0B0. Windows color (decimal): -2123340 or 11835871. OLE color: 11835871.

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

Color convert

RGB 223 153 180 -
CMYK 0 0.31 0.19 0.13
HSL 336.86º 0.52% 0.74% -
HSV(B) 336.86º 0.31% 0.87% -
XYZ 50.06 41.77 48.6 -
YUV 177.01 129.69 160.8 -
System Red Green Blue C M Y K H S L
Decimal 223 153 180 0 0.31 0.19 0.13 336.86 0.52 0.74
Hex DF 99 B4 0 1F 13 D 151 34 4A
Octal 337 231 264 0 37 23 15 521 64 112
Binary 11011111 10011001 10110100 0 11111 10011 1101 101010001 110100 1001010

Color Harmonies of #DF99B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF99B4

Black with #DF99B4

Text Example


Text Example

White with #DF99B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF99B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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