Html Css Color HEX #D799B1 Kobi

📋 copy color: '#D799B1'

red 215 ◦ green 153 ◦ blue 177

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

Shades of Kobi #D799B1

Tints of Kobi #D799B1

RGB

 RED value IS 215 (84.38% from 255) = 39.45%

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

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

R = 39.45%
G = 28.07%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D799B1 (or 0xD799B1) is known color: Kobi. HEX triplet: D7, 99 and B1. RGB value is (215,153,177). Sum of RGB (Red+Green+Blue) = 215+153+177=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D799B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D799B1 is #28664E. Grayscale: #AEAEAE. Windows color (decimal): -2647631 or 11639255. OLE color: 11639255.

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

Color convert

RGB 215 153 177 -
CMYK 0 0.29 0.18 0.16
HSL 336.77º 0.44% 0.72% -
HSV(B) 336.77º 0.29% 0.84% -
XYZ 47.35 40.4 46.9 -
YUV 174.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 215 153 177 0 0.29 0.18 0.16 336.77 0.44 0.72
Hex D7 99 B1 0 1D 12 10 151 2C 48
Octal 327 231 261 0 35 22 20 521 54 110
Binary 11010111 10011001 10110001 0 11101 10010 10000 101010001 101100 1001000

Color Harmonies of #D799B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D799B1

Black with #D799B1

Text Example


Text Example

White with #D799B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D799B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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