Html Css Color HEX #D996A8 Kobi

📋 copy color: '#D996A8'

red 217 ◦ green 150 ◦ blue 168

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

Shades of Kobi #D996A8

Tints of Kobi #D996A8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.04%

 BLUE value IS 168 (66.02% from 255) = 31.4%

R = 40.56%
G = 28.04%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D996A8 (or 0xD996A8) is known color: Kobi. HEX triplet: D9, 96 and A8. RGB value is (217,150,168). Sum of RGB (Red+Green+Blue) = 217+150+168=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D996A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D996A8 is #266957. Grayscale: #ACACAC. Windows color (decimal): -2517336 or 11048665. OLE color: 11048665.

HSL color Cylindrical-coordinate representation of color #D996A8: hue angle of 343.88º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D996A8 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 168 -
CMYK 0 0.31 0.23 0.15
HSL 343.88º 0.47% 0.72% -
HSV(B) 343.88º 0.31% 0.85% -
XYZ 46.59 39.39 42.19 -
YUV 172.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 217 150 168 0 0.31 0.23 0.15 343.88 0.47 0.72
Hex D9 96 A8 0 1F 17 F 158 2F 48
Octal 331 226 250 0 37 27 17 530 57 110
Binary 11011001 10010110 10101000 0 11111 10111 1111 101011000 101111 1001000

Color Harmonies of #D996A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996A8

Black with #D996A8

Text Example


Text Example

White with #D996A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996A8; }

 p { color: rgb(217,150,168); }

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

background-color css

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

 a { background-color: rgb(217,150,168); }

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

border-color css

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

 span { border-color: rgb(217,150,168); }

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