Html Css Color HEX #DA2D9D Deep Cerise

📋 copy color: '#DA2D9D'

red 218 ◦ green 45 ◦ blue 157

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

Shades of Deep Cerise #DA2D9D

Tints of Deep Cerise #DA2D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 51.9%
G = 10.71%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA2D9D (or 0xDA2D9D) is known color: Deep Cerise. HEX triplet: DA, 2D and 9D. RGB value is (218,45,157). Sum of RGB (Red+Green+Blue) = 218+45+157=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2D9D is #25D262. Grayscale: #6D6D6D. Windows color (decimal): -2478691 or 10300890. OLE color: 10300890.

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

Color convert

RGB 218 45 157 -
CMYK 0 0.79 0.28 0.15
HSL 321.16º 0.7% 0.52% -
HSV(B) 321.16º 0.79% 0.85% -
XYZ 35.94 19.22 33.71 -
YUV 109.5 154.81 205.39 -
System Red Green Blue C M Y K H S L
Decimal 218 45 157 0 0.79 0.28 0.15 321.16 0.7 0.52
Hex DA 2D 9D 0 4F 1C F 141 46 34
Octal 332 55 235 0 117 34 17 501 106 64
Binary 11011010 101101 10011101 0 1001111 11100 1111 101000001 1000110 110100

Color Harmonies of #DA2D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D9D

Black with #DA2D9D

Text Example


Text Example

White with #DA2D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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