Html Css Color HEX #DA9FB2 Kobi

📋 copy color: '#DA9FB2'

red 218 ◦ green 159 ◦ blue 178

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

Shades of Kobi #DA9FB2

Tints of Kobi #DA9FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.07%

R = 39.28%
G = 28.65%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA9FB2 (or 0xDA9FB2) is known color: Kobi. HEX triplet: DA, 9F and B2. RGB value is (218,159,178). Sum of RGB (Red+Green+Blue) = 218+159+178=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9FB2 is #25604D. Grayscale: #B2B2B2. Windows color (decimal): -2449486 or 11706330. OLE color: 11706330.

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

Color convert

RGB 218 159 178 -
CMYK 0 0.27 0.18 0.15
HSL 340.68º 0.44% 0.74% -
HSV(B) 340.68º 0.27% 0.85% -
XYZ 49.35 42.92 47.8 -
YUV 178.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 218 159 178 0 0.27 0.18 0.15 340.68 0.44 0.74
Hex DA 9F B2 0 1B 12 F 155 2C 4A
Octal 332 237 262 0 33 22 17 525 54 112
Binary 11011010 10011111 10110010 0 11011 10010 1111 101010101 101100 1001010

Color Harmonies of #DA9FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FB2

Black with #DA9FB2

Text Example


Text Example

White with #DA9FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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