Html Css Color HEX #D99AB3 Kobi

📋 copy color: '#D99AB3'

red 217 ◦ green 154 ◦ blue 179

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

Shades of Kobi #D99AB3

Tints of Kobi #D99AB3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28%

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

R = 39.45%
G = 28%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D99AB3 (or 0xD99AB3) is known color: Kobi. HEX triplet: D9, 9A and B3. RGB value is (217,154,179). Sum of RGB (Red+Green+Blue) = 217+154+179=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AB3 is #26654C. Grayscale: #AFAFAF. Windows color (decimal): -2516301 or 11770585. OLE color: 11770585.

HSL color Cylindrical-coordinate representation of color #D99AB3: hue angle of 336.19º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99AB3 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 154 179 -
CMYK 0 0.29 0.18 0.15
HSL 336.19º 0.45% 0.73% -
HSV(B) 336.19º 0.29% 0.85% -
XYZ 48.31 41.12 48.04 -
YUV 175.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 217 154 179 0 0.29 0.18 0.15 336.19 0.45 0.73
Hex D9 9A B3 0 1D 12 F 150 2D 49
Octal 331 232 263 0 35 22 17 520 55 111
Binary 11011001 10011010 10110011 0 11101 10010 1111 101010000 101101 1001001

Color Harmonies of #D99AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99AB3

Black with #D99AB3

Text Example


Text Example

White with #D99AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99AB3; }

 p { color: rgb(217,154,179); }

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

background-color css

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

 a { background-color: rgb(217,154,179); }

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

border-color css

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

 span { border-color: rgb(217,154,179); }

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