Html Css Color HEX #DA3082 Deep Cerise

📋 copy color: '#DA3082'

red 218 ◦ green 48 ◦ blue 130

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

Shades of Deep Cerise #DA3082

Tints of Deep Cerise #DA3082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.12%

 BLUE value IS 130 (51.17% from 255) = 32.83%

R = 55.05%
G = 12.12%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA3082 (or 0xDA3082) is known color: Deep Cerise. HEX triplet: DA, 30 and 82. RGB value is (218,48,130). Sum of RGB (Red+Green+Blue) = 218+48+130=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3082 is #25CF7D. Grayscale: #6C6C6C. Windows color (decimal): -2477950 or 8532186. OLE color: 8532186.

HSL color Cylindrical-coordinate representation of color #DA3082: hue angle of 331.06º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3082 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 48 130 -
CMYK 0 0.78 0.40 0.15
HSL 331.06º 0.7% 0.52% -
HSV(B) 331.06º 0.78% 0.85% -
XYZ 34 18.63 22.92 -
YUV 108.18 140.32 206.33 -
System Red Green Blue C M Y K H S L
Decimal 218 48 130 0 0.78 0.40 0.15 331.06 0.7 0.52
Hex DA 30 82 0 4E 28 F 14B 46 34
Octal 332 60 202 0 116 50 17 513 106 64
Binary 11011010 110000 10000010 0 1001110 101000 1111 101001011 1000110 110100

Color Harmonies of #DA3082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3082

Black with #DA3082

Text Example


Text Example

White with #DA3082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3082; }

 p { color: rgb(218,48,130); }

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

background-color css

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

 a { background-color: rgb(218,48,130); }

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

border-color css

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

 span { border-color: rgb(218,48,130); }

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