Html Css Color HEX #DA9FB1 Kobi

📋 copy color: '#DA9FB1'

red 218 ◦ green 159 ◦ blue 177

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

Shades of Kobi #DA9FB1

Tints of Kobi #DA9FB1

RGB

 RED value IS 218 (85.55% from 255) = 39.35%

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

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

R = 39.35%
G = 28.7%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA9FB1 (or 0xDA9FB1) is known color: Kobi. HEX triplet: DA, 9F and B1. RGB value is (218,159,177). Sum of RGB (Red+Green+Blue) = 218+159+177=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9FB1 is #25604E. Grayscale: #B2B2B2. Windows color (decimal): -2449487 or 11640794. OLE color: 11640794.

HSL color Cylindrical-coordinate representation of color #DA9FB1: hue angle of 341.69º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FB1 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 159 177 -
CMYK 0 0.27 0.19 0.15
HSL 341.69º 0.44% 0.74% -
HSV(B) 341.69º 0.27% 0.85% -
XYZ 49.25 42.88 47.28 -
YUV 178.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 218 159 177 0 0.27 0.19 0.15 341.69 0.44 0.74
Hex DA 9F B1 0 1B 13 F 156 2C 4A
Octal 332 237 261 0 33 23 17 526 54 112
Binary 11011010 10011111 10110001 0 11011 10011 1111 101010110 101100 1001010

Color Harmonies of #DA9FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FB1

Black with #DA9FB1

Text Example


Text Example

White with #DA9FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FB1; }

 p { color: rgb(218,159,177); }

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

background-color css

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

 a { background-color: rgb(218,159,177); }

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

border-color css

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

 span { border-color: rgb(218,159,177); }

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