Html Css Color HEX #D899B1 Kobi

📋 copy color: '#D899B1'

red 216 ◦ green 153 ◦ blue 177

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

Shades of Kobi #D899B1

Tints of Kobi #D899B1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.02%

 BLUE value IS 177 (69.53% from 255) = 32.42%

R = 39.56%
G = 28.02%
B = 32.42%

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

#D899B1 (or 0xD899B1) is known color: Kobi. HEX triplet: D8, 99 and B1. RGB value is (216,153,177). Sum of RGB (Red+Green+Blue) = 216+153+177=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D899B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D899B1 is #27664E. Grayscale: #AEAEAE. Windows color (decimal): -2582095 or 11639256. OLE color: 11639256.

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

Color convert

RGB 216 153 177 -
CMYK 0 0.29 0.18 0.15
HSL 337.14º 0.45% 0.72% -
HSV(B) 337.14º 0.29% 0.85% -
XYZ 47.65 40.56 46.91 -
YUV 174.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 216 153 177 0 0.29 0.18 0.15 337.14 0.45 0.72
Hex D8 99 B1 0 1D 12 F 151 2D 48
Octal 330 231 261 0 35 22 17 521 55 110
Binary 11011000 10011001 10110001 0 11101 10010 1111 101010001 101101 1001000

Color Harmonies of #D899B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899B1

Black with #D899B1

Text Example


Text Example

White with #D899B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899B1; }

 p { color: rgb(216,153,177); }

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

background-color css

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

 a { background-color: rgb(216,153,177); }

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

border-color css

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

 span { border-color: rgb(216,153,177); }

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