Html Css Color HEX #D896B2 Kobi

📋 copy color: '#D896B2'

red 216 ◦ green 150 ◦ blue 178

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

Shades of Kobi #D896B2

Tints of Kobi #D896B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.72%

R = 39.71%
G = 27.57%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D896B2 (or 0xD896B2) is known color: Kobi. HEX triplet: D8, 96 and B2. RGB value is (216,150,178). Sum of RGB (Red+Green+Blue) = 216+150+178=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D896B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896B2 is #27694D. Grayscale: #ACACAC. Windows color (decimal): -2582862 or 11704024. OLE color: 11704024.

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

Color convert

RGB 216 150 178 -
CMYK 0 0.31 0.18 0.15
HSL 334.55º 0.46% 0.72% -
HSV(B) 334.55º 0.31% 0.85% -
XYZ 47.26 39.63 47.28 -
YUV 172.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 216 150 178 0 0.31 0.18 0.15 334.55 0.46 0.72
Hex D8 96 B2 0 1F 12 F 14F 2E 48
Octal 330 226 262 0 37 22 17 517 56 110
Binary 11011000 10010110 10110010 0 11111 10010 1111 101001111 101110 1001000

Color Harmonies of #D896B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896B2

Black with #D896B2

Text Example


Text Example

White with #D896B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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