Html Css Color HEX #DA2D7A Deep Cerise

📋 copy color: '#DA2D7A'

red 218 ◦ green 45 ◦ blue 122

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

Shades of Deep Cerise #DA2D7A

Tints of Deep Cerise #DA2D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 56.62%
G = 11.69%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA2D7A (or 0xDA2D7A) is known color: Deep Cerise. HEX triplet: DA, 2D and 7A. RGB value is (218,45,122). Sum of RGB (Red+Green+Blue) = 218+45+122=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D7A is #25D285. Grayscale: #696969. Windows color (decimal): -2478726 or 8007130. OLE color: 8007130.

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

Color convert

RGB 218 45 122 -
CMYK 0 0.79 0.44 0.15
HSL 333.29º 0.7% 0.52% -
HSV(B) 333.29º 0.79% 0.85% -
XYZ 33.36 18.19 20.16 -
YUV 105.51 137.31 208.24 -
System Red Green Blue C M Y K H S L
Decimal 218 45 122 0 0.79 0.44 0.15 333.29 0.7 0.52
Hex DA 2D 7A 0 4F 2C F 14D 46 34
Octal 332 55 172 0 117 54 17 515 106 64
Binary 11011010 101101 1111010 0 1001111 101100 1111 101001101 1000110 110100

Color Harmonies of #DA2D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D7A

Black with #DA2D7A

Text Example


Text Example

White with #DA2D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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