Html Css Color HEX #D99FB4 Kobi

📋 copy color: '#D99FB4'

red 217 ◦ green 159 ◦ blue 180

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

Shades of Kobi #D99FB4

Tints of Kobi #D99FB4

RGB

 RED value IS 217 (85.16% from 255) = 39.03%

 GREEN value IS 159 (62.5% from 255) = 28.6%

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

R = 39.03%
G = 28.6%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D99FB4 (or 0xD99FB4) is known color: Kobi. HEX triplet: D9, 9F and B4. RGB value is (217,159,180). Sum of RGB (Red+Green+Blue) = 217+159+180=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FB4 is #26604B. Grayscale: #B2B2B2. Windows color (decimal): -2515020 or 11837401. OLE color: 11837401.

HSL color Cylindrical-coordinate representation of color #D99FB4: hue angle of 338.28º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99FB4 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 180 -
CMYK 0 0.27 0.17 0.15
HSL 338.28º 0.43% 0.74% -
HSV(B) 338.28º 0.27% 0.85% -
XYZ 49.25 42.84 48.85 -
YUV 178.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 217 159 180 0 0.27 0.17 0.15 338.28 0.43 0.74
Hex D9 9F B4 0 1B 11 F 152 2B 4A
Octal 331 237 264 0 33 21 17 522 53 112
Binary 11011001 10011111 10110100 0 11011 10001 1111 101010010 101011 1001010

Color Harmonies of #D99FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FB4

Black with #D99FB4

Text Example


Text Example

White with #D99FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FB4; }

 p { color: rgb(217,159,180); }

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

background-color css

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

 a { background-color: rgb(217,159,180); }

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

border-color css

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

 span { border-color: rgb(217,159,180); }

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