Html Css Color HEX #DA96B3 Kobi

📋 copy color: '#DA96B3'

red 218 ◦ green 150 ◦ blue 179

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

Shades of Kobi #DA96B3

Tints of Kobi #DA96B3

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.42%

 BLUE value IS 179 (70.31% from 255) = 32.72%

R = 39.85%
G = 27.42%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA96B3 (or 0xDA96B3) is known color: Kobi. HEX triplet: DA, 96 and B3. RGB value is (218,150,179). Sum of RGB (Red+Green+Blue) = 218+150+179=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96B3 is #25694C. Grayscale: #ADADAD. Windows color (decimal): -2451789 or 11769562. OLE color: 11769562.

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

Color convert

RGB 218 150 179 -
CMYK 0 0.31 0.18 0.15
HSL 334.41º 0.48% 0.72% -
HSV(B) 334.41º 0.31% 0.85% -
XYZ 47.96 39.97 47.84 -
YUV 173.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 218 150 179 0 0.31 0.18 0.15 334.41 0.48 0.72
Hex DA 96 B3 0 1F 12 F 14E 30 48
Octal 332 226 263 0 37 22 17 516 60 110
Binary 11011010 10010110 10110011 0 11111 10010 1111 101001110 110000 1001000

Color Harmonies of #DA96B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA96B3

Black with #DA96B3

Text Example


Text Example

White with #DA96B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA96B3; }

 p { color: rgb(218,150,179); }

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

background-color css

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

 a { background-color: rgb(218,150,179); }

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

border-color css

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

 span { border-color: rgb(218,150,179); }

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