Html Css Color HEX #DA9FB0 Kobi

📋 copy color: '#DA9FB0'

red 218 ◦ green 159 ◦ blue 176

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

Shades of Kobi #DA9FB0

Tints of Kobi #DA9FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.83%

R = 39.42%
G = 28.75%
B = 31.83%

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

#DA9FB0 (or 0xDA9FB0) is known color: Kobi. HEX triplet: DA, 9F and B0. RGB value is (218,159,176). Sum of RGB (Red+Green+Blue) = 218+159+176=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9FB0 is #25604F. Grayscale: #B2B2B2. Windows color (decimal): -2449488 or 11575258. OLE color: 11575258.

HSL color Cylindrical-coordinate representation of color #DA9FB0: hue angle of 342.71º 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 #DA9FB0 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 159 176 -
CMYK 0 0.27 0.19 0.15
HSL 342.71º 0.44% 0.74% -
HSV(B) 342.71º 0.27% 0.85% -
XYZ 49.15 42.84 46.75 -
YUV 178.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 218 159 176 0 0.27 0.19 0.15 342.71 0.44 0.74
Hex DA 9F B0 0 1B 13 F 157 2C 4A
Octal 332 237 260 0 33 23 17 527 54 112
Binary 11011010 10011111 10110000 0 11011 10011 1111 101010111 101100 1001010

Color Harmonies of #DA9FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FB0

Black with #DA9FB0

Text Example


Text Example

White with #DA9FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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