Html Css Color HEX #DA2E7A Deep Cerise

📋 copy color: '#DA2E7A'

red 218 ◦ green 46 ◦ blue 122

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

Shades of Deep Cerise #DA2E7A

Tints of Deep Cerise #DA2E7A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.92%

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

R = 56.48%
G = 11.92%
B = 31.61%

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

#DA2E7A (or 0xDA2E7A) is known color: Deep Cerise. HEX triplet: DA, 2E and 7A. RGB value is (218,46,122). Sum of RGB (Red+Green+Blue) = 218+46+122=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2E7A is #25D185. Grayscale: #696969. Windows color (decimal): -2478470 or 8007386. OLE color: 8007386.

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

Color convert

RGB 218 46 122 -
CMYK 0 0.79 0.44 0.15
HSL 333.49º 0.7% 0.52% -
HSV(B) 333.49º 0.79% 0.85% -
XYZ 33.4 18.26 20.18 -
YUV 106.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 218 46 122 0 0.79 0.44 0.15 333.49 0.7 0.52
Hex DA 2E 7A 0 4F 2C F 14D 46 34
Octal 332 56 172 0 117 54 17 515 106 64
Binary 11011010 101110 1111010 0 1001111 101100 1111 101001101 1000110 110100

Color Harmonies of #DA2E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2E7A

Black with #DA2E7A

Text Example


Text Example

White with #DA2E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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