Html Css Color HEX #DA2DA6 Deep Cerise

📋 copy color: '#DA2DA6'

red 218 ◦ green 45 ◦ blue 166

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

Shades of Deep Cerise #DA2DA6

Tints of Deep Cerise #DA2DA6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.49%

 BLUE value IS 166 (65.23% from 255) = 38.69%

R = 50.82%
G = 10.49%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA2DA6 (or 0xDA2DA6) is known color: Deep Cerise. HEX triplet: DA, 2D and A6. RGB value is (218,45,166). Sum of RGB (Red+Green+Blue) = 218+45+166=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2DA6 is #25D259. Grayscale: #6E6E6E. Windows color (decimal): -2478682 or 10890714. OLE color: 10890714.

HSL color Cylindrical-coordinate representation of color #DA2DA6: hue angle of 318.03º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2DA6 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 45 166 -
CMYK 0 0.79 0.24 0.15
HSL 318.03º 0.7% 0.52% -
HSV(B) 318.03º 0.79% 0.85% -
XYZ 36.73 19.54 37.91 -
YUV 110.52 159.31 204.66 -
System Red Green Blue C M Y K H S L
Decimal 218 45 166 0 0.79 0.24 0.15 318.03 0.7 0.52
Hex DA 2D A6 0 4F 18 F 13E 46 34
Octal 332 55 246 0 117 30 17 476 106 64
Binary 11011010 101101 10100110 0 1001111 11000 1111 100111110 1000110 110100

Color Harmonies of #DA2DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2DA6

Black with #DA2DA6

Text Example


Text Example

White with #DA2DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2DA6; }

 p { color: rgb(218,45,166); }

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

background-color css

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

 a { background-color: rgb(218,45,166); }

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

border-color css

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

 span { border-color: rgb(218,45,166); }

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