Html Css Color HEX #D299B1 Kobi

📋 copy color: '#D299B1'

red 210 ◦ green 153 ◦ blue 177

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

Shades of Kobi #D299B1

Tints of Kobi #D299B1

RGB

 RED value IS 210 (82.42% from 255) = 38.89%

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

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

R = 38.89%
G = 28.33%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D299B1 (or 0xD299B1) is known color: Kobi. HEX triplet: D2, 99 and B1. RGB value is (210,153,177). Sum of RGB (Red+Green+Blue) = 210+153+177=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D299B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D299B1 is #2D664E. Grayscale: #ACACAC. Windows color (decimal): -2975311 or 11639250. OLE color: 11639250.

HSL color Cylindrical-coordinate representation of color #D299B1: hue angle of 334.74º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D299B1 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 177 -
CMYK 0 0.27 0.16 0.18
HSL 334.74º 0.39% 0.71% -
HSV(B) 334.74º 0.27% 0.82% -
XYZ 45.91 39.66 46.83 -
YUV 172.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 210 153 177 0 0.27 0.16 0.18 334.74 0.39 0.71
Hex D2 99 B1 0 1B 10 12 14F 27 47
Octal 322 231 261 0 33 20 22 517 47 107
Binary 11010010 10011001 10110001 0 11011 10000 10010 101001111 100111 1000111

Color Harmonies of #D299B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299B1

Black with #D299B1

Text Example


Text Example

White with #D299B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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