Html Css Color HEX #DA95B0 Kobi

📋 copy color: '#DA95B0'

red 218 ◦ green 149 ◦ blue 176

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

Shades of Kobi #DA95B0

Tints of Kobi #DA95B0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.44%

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

R = 40.15%
G = 27.44%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA95B0 (or 0xDA95B0) is known color: Kobi. HEX triplet: DA, 95 and B0. RGB value is (218,149,176). Sum of RGB (Red+Green+Blue) = 218+149+176=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA95B0 is #256A4F. Grayscale: #ACACAC. Windows color (decimal): -2452048 or 11572698. OLE color: 11572698.

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

Color convert

RGB 218 149 176 -
CMYK 0 0.32 0.19 0.15
HSL 336.52º 0.48% 0.72% -
HSV(B) 336.52º 0.32% 0.85% -
XYZ 47.5 39.53 46.2 -
YUV 172.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 218 149 176 0 0.32 0.19 0.15 336.52 0.48 0.72
Hex DA 95 B0 0 20 13 F 151 30 48
Octal 332 225 260 0 40 23 17 521 60 110
Binary 11011010 10010101 10110000 0 100000 10011 1111 101010001 110000 1001000

Color Harmonies of #DA95B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA95B0

Black with #DA95B0

Text Example


Text Example

White with #DA95B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA95B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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