Html Css Color HEX #DA3384 Deep Cerise

📋 copy color: '#DA3384'

red 218 ◦ green 51 ◦ blue 132

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

Shades of Deep Cerise #DA3384

Tints of Deep Cerise #DA3384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.72%

 BLUE value IS 132 (51.95% from 255) = 32.92%

R = 54.36%
G = 12.72%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA3384 (or 0xDA3384) is known color: Deep Cerise. HEX triplet: DA, 33 and 84. RGB value is (218,51,132). Sum of RGB (Red+Green+Blue) = 218+51+132=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3384 is #25CC7B. Grayscale: #6E6E6E. Windows color (decimal): -2477180 or 8664026. OLE color: 8664026.

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

Color convert

RGB 218 51 132 -
CMYK 0 0.77 0.39 0.15
HSL 330.9º 0.69% 0.53% -
HSV(B) 330.9º 0.77% 0.85% -
XYZ 34.26 18.94 23.68 -
YUV 110.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 218 51 132 0 0.77 0.39 0.15 330.9 0.69 0.53
Hex DA 33 84 0 4D 27 F 14B 45 35
Octal 332 63 204 0 115 47 17 513 105 65
Binary 11011010 110011 10000100 0 1001101 100111 1111 101001011 1000101 110101

Color Harmonies of #DA3384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3384

Black with #DA3384

Text Example


Text Example

White with #DA3384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3384; }

 p { color: rgb(218,51,132); }

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

background-color css

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

 a { background-color: rgb(218,51,132); }

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

border-color css

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

 span { border-color: rgb(218,51,132); }

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