Html Css Color HEX #DA3381 Deep Cerise

📋 copy color: '#DA3381'

red 218 ◦ green 51 ◦ blue 129

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

Shades of Deep Cerise #DA3381

Tints of Deep Cerise #DA3381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.41%

R = 54.77%
G = 12.81%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA3381 (or 0xDA3381) is known color: Deep Cerise. HEX triplet: DA, 33 and 81. RGB value is (218,51,129). Sum of RGB (Red+Green+Blue) = 218+51+129=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3381 is #25CC7E. Grayscale: #6D6D6D. Windows color (decimal): -2477183 or 8467418. OLE color: 8467418.

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

Color convert

RGB 218 51 129 -
CMYK 0 0.77 0.41 0.15
HSL 331.98º 0.69% 0.53% -
HSV(B) 331.98º 0.77% 0.85% -
XYZ 34.06 18.86 22.61 -
YUV 109.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 218 51 129 0 0.77 0.41 0.15 331.98 0.69 0.53
Hex DA 33 81 0 4D 29 F 14C 45 35
Octal 332 63 201 0 115 51 17 514 105 65
Binary 11011010 110011 10000001 0 1001101 101001 1111 101001100 1000101 110101

Color Harmonies of #DA3381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3381

Black with #DA3381

Text Example


Text Example

White with #DA3381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3381; }

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

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

background-color css

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

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

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

border-color css

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

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

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