Html Css Color HEX #D896B4 Kobi

📋 copy color: '#D896B4'

red 216 ◦ green 150 ◦ blue 180

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

Shades of Kobi #D896B4

Tints of Kobi #D896B4

RGB

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

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

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

R = 39.56%
G = 27.47%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D896B4 (or 0xD896B4) is known color: Kobi. HEX triplet: D8, 96 and B4. RGB value is (216,150,180). Sum of RGB (Red+Green+Blue) = 216+150+180=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D896B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896B4 is #27694B. Grayscale: #ADADAD. Windows color (decimal): -2582860 or 11835096. OLE color: 11835096.

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

Color convert

RGB 216 150 180 -
CMYK 0 0.31 0.17 0.15
HSL 332.73º 0.46% 0.72% -
HSV(B) 332.73º 0.31% 0.85% -
XYZ 47.46 39.71 48.34 -
YUV 173.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 216 150 180 0 0.31 0.17 0.15 332.73 0.46 0.72
Hex D8 96 B4 0 1F 11 F 14D 2E 48
Octal 330 226 264 0 37 21 17 515 56 110
Binary 11011000 10010110 10110100 0 11111 10001 1111 101001101 101110 1001000

Color Harmonies of #D896B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896B4

Black with #D896B4

Text Example


Text Example

White with #D896B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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