Html Css Color HEX #DA96B2 Kobi

📋 copy color: '#DA96B2'

red 218 ◦ green 150 ◦ blue 178

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

Shades of Kobi #DA96B2

Tints of Kobi #DA96B2

RGB

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

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

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

R = 39.93%
G = 27.47%
B = 32.6%

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

#DA96B2 (or 0xDA96B2) is known color: Kobi. HEX triplet: DA, 96 and B2. RGB value is (218,150,178). Sum of RGB (Red+Green+Blue) = 218+150+178=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA96B2 is #25694D. Grayscale: #ADADAD. Windows color (decimal): -2451790 or 11704026. OLE color: 11704026.

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

Color convert

RGB 218 150 178 -
CMYK 0 0.31 0.18 0.15
HSL 335.29º 0.48% 0.72% -
HSV(B) 335.29º 0.31% 0.85% -
XYZ 47.86 39.93 47.3 -
YUV 173.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 218 150 178 0 0.31 0.18 0.15 335.29 0.48 0.72
Hex DA 96 B2 0 1F 12 F 14F 30 48
Octal 332 226 262 0 37 22 17 517 60 110
Binary 11011010 10010110 10110010 0 11111 10010 1111 101001111 110000 1001000

Color Harmonies of #DA96B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA96B2

Black with #DA96B2

Text Example


Text Example

White with #DA96B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA96B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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