Html Css Color HEX #DA9FB4 Kobi

📋 copy color: '#DA9FB4'

red 218 ◦ green 159 ◦ blue 180

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

Shades of Kobi #DA9FB4

Tints of Kobi #DA9FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.32%

R = 39.14%
G = 28.55%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA9FB4 (or 0xDA9FB4) is known color: Kobi. HEX triplet: DA, 9F and B4. RGB value is (218,159,180). Sum of RGB (Red+Green+Blue) = 218+159+180=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FB4 is #25604B. Grayscale: #B3B3B3. Windows color (decimal): -2449484 or 11837402. OLE color: 11837402.

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

Color convert

RGB 218 159 180 -
CMYK 0 0.27 0.17 0.15
HSL 338.64º 0.44% 0.74% -
HSV(B) 338.64º 0.27% 0.85% -
XYZ 49.55 43 48.87 -
YUV 179.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 218 159 180 0 0.27 0.17 0.15 338.64 0.44 0.74
Hex DA 9F B4 0 1B 11 F 153 2C 4A
Octal 332 237 264 0 33 21 17 523 54 112
Binary 11011010 10011111 10110100 0 11011 10001 1111 101010011 101100 1001010

Color Harmonies of #DA9FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FB4

Black with #DA9FB4

Text Example


Text Example

White with #DA9FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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