Html Css Color HEX #D896A8 Kobi

📋 copy color: '#D896A8'

red 216 ◦ green 150 ◦ blue 168

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

Shades of Kobi #D896A8

Tints of Kobi #D896A8

RGB

 RED value IS 216 (84.77% from 255) = 40.45%

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

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

R = 40.45%
G = 28.09%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D896A8 (or 0xD896A8) is known color: Kobi. HEX triplet: D8, 96 and A8. RGB value is (216,150,168). Sum of RGB (Red+Green+Blue) = 216+150+168=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D896A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896A8 is #276957. Grayscale: #ABABAB. Windows color (decimal): -2582872 or 11048664. OLE color: 11048664.

HSL color Cylindrical-coordinate representation of color #D896A8: hue angle of 343.64º degrees, saturation: 0.46, 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 #D896A8 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 168 -
CMYK 0 0.31 0.22 0.15
HSL 343.64º 0.46% 0.72% -
HSV(B) 343.64º 0.31% 0.85% -
XYZ 46.29 39.24 42.18 -
YUV 171.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 216 150 168 0 0.31 0.22 0.15 343.64 0.46 0.72
Hex D8 96 A8 0 1F 16 F 158 2E 48
Octal 330 226 250 0 37 26 17 530 56 110
Binary 11011000 10010110 10101000 0 11111 10110 1111 101011000 101110 1001000

Color Harmonies of #D896A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896A8

Black with #D896A8

Text Example


Text Example

White with #D896A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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