Html Css Color HEX #DA2E7E Deep Cerise

📋 copy color: '#DA2E7E'

red 218 ◦ green 46 ◦ blue 126

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

Shades of Deep Cerise #DA2E7E

Tints of Deep Cerise #DA2E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.31%

R = 55.9%
G = 11.79%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA2E7E (or 0xDA2E7E) is known color: Deep Cerise. HEX triplet: DA, 2E and 7E. RGB value is (218,46,126). Sum of RGB (Red+Green+Blue) = 218+46+126=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2E7E is #25D181. Grayscale: #6A6A6A. Windows color (decimal): -2478466 or 8269530. OLE color: 8269530.

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

Color convert

RGB 218 46 126 -
CMYK 0 0.79 0.42 0.15
HSL 332.09º 0.7% 0.52% -
HSV(B) 332.09º 0.79% 0.85% -
XYZ 33.66 18.37 21.51 -
YUV 106.55 138.98 207.5 -
System Red Green Blue C M Y K H S L
Decimal 218 46 126 0 0.79 0.42 0.15 332.09 0.7 0.52
Hex DA 2E 7E 0 4F 2A F 14C 46 34
Octal 332 56 176 0 117 52 17 514 106 64
Binary 11011010 101110 1111110 0 1001111 101010 1111 101001100 1000110 110100

Color Harmonies of #DA2E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2E7E

Black with #DA2E7E

Text Example


Text Example

White with #DA2E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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