Html Css Color HEX #DA3292 Deep Cerise

📋 copy color: '#DA3292'

red 218 ◦ green 50 ◦ blue 146

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

Shades of Deep Cerise #DA3292

Tints of Deep Cerise #DA3292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.08%

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 52.66%
G = 12.08%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA3292 (or 0xDA3292) is known color: Deep Cerise. HEX triplet: DA, 32 and 92. RGB value is (218,50,146). Sum of RGB (Red+Green+Blue) = 218+50+146=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3292 is #25CD6D. Grayscale: #6E6E6E. Windows color (decimal): -2477422 or 9581274. OLE color: 9581274.

HSL color Cylindrical-coordinate representation of color #DA3292: hue angle of 325.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3292 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 50 146 -
CMYK 0 0.77 0.33 0.15
HSL 325.71º 0.69% 0.53% -
HSV(B) 325.71º 0.77% 0.85% -
XYZ 35.24 19.26 29.05 -
YUV 111.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 218 50 146 0 0.77 0.33 0.15 325.71 0.69 0.53
Hex DA 32 92 0 4D 21 F 146 45 35
Octal 332 62 222 0 115 41 17 506 105 65
Binary 11011010 110010 10010010 0 1001101 100001 1111 101000110 1000101 110101

Color Harmonies of #DA3292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3292

Black with #DA3292

Text Example


Text Example

White with #DA3292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3292; }

 p { color: rgb(218,50,146); }

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

background-color css

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

 a { background-color: rgb(218,50,146); }

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

border-color css

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

 span { border-color: rgb(218,50,146); }

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