Html Css Color HEX #D49FB5 Kobi

📋 copy color: '#D49FB5'

red 212 ◦ green 159 ◦ blue 181

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

Shades of Kobi #D49FB5

Tints of Kobi #D49FB5

RGB

 RED value IS 212 (83.2% from 255) = 38.41%

 GREEN value IS 159 (62.5% from 255) = 28.8%

 BLUE value IS 181 (71.09% from 255) = 32.79%

R = 38.41%
G = 28.8%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D49FB5 (or 0xD49FB5) is known color: Kobi. HEX triplet: D4, 9F and B5. RGB value is (212,159,181). Sum of RGB (Red+Green+Blue) = 212+159+181=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FB5 is #2B604A. Grayscale: #B1B1B1. Windows color (decimal): -2842699 or 11902932. OLE color: 11902932.

HSL color Cylindrical-coordinate representation of color #D49FB5: hue angle of 335.09º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FB5 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 159 181 -
CMYK 0 0.25 0.15 0.17
HSL 335.09º 0.38% 0.73% -
HSV(B) 335.09º 0.25% 0.83% -
XYZ 47.89 42.13 49.32 -
YUV 177.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 212 159 181 0 0.25 0.15 0.17 335.09 0.38 0.73
Hex D4 9F B5 0 19 F 11 14F 26 49
Octal 324 237 265 0 31 17 21 517 46 111
Binary 11010100 10011111 10110101 0 11001 1111 10001 101001111 100110 1001001

Color Harmonies of #D49FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FB5

Black with #D49FB5

Text Example


Text Example

White with #D49FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FB5; }

 p { color: rgb(212,159,181); }

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

background-color css

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

 a { background-color: rgb(212,159,181); }

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

border-color css

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

 span { border-color: rgb(212,159,181); }

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