Html Css Color HEX #DA9CB0 Kobi

📋 copy color: '#DA9CB0'

red 218 ◦ green 156 ◦ blue 176

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

Shades of Kobi #DA9CB0

Tints of Kobi #DA9CB0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.36%

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

R = 39.64%
G = 28.36%
B = 32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA9CB0 (or 0xDA9CB0) is known color: Kobi. HEX triplet: DA, 9C and B0. RGB value is (218,156,176). Sum of RGB (Red+Green+Blue) = 218+156+176=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9CB0 is #25634F. Grayscale: #B0B0B0. Windows color (decimal): -2450256 or 11574490. OLE color: 11574490.

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

Color convert

RGB 218 156 176 -
CMYK 0 0.28 0.19 0.15
HSL 340.65º 0.46% 0.73% -
HSV(B) 340.65º 0.28% 0.85% -
XYZ 48.64 41.82 46.58 -
YUV 176.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 218 156 176 0 0.28 0.19 0.15 340.65 0.46 0.73
Hex DA 9C B0 0 1C 13 F 155 2E 49
Octal 332 234 260 0 34 23 17 525 56 111
Binary 11011010 10011100 10110000 0 11100 10011 1111 101010101 101110 1001001

Color Harmonies of #DA9CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9CB0

Black with #DA9CB0

Text Example


Text Example

White with #DA9CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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