Html Css Color HEX #DA3281 Deep Cerise

📋 copy color: '#DA3281'

red 218 ◦ green 50 ◦ blue 129

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

Shades of Deep Cerise #DA3281

Tints of Deep Cerise #DA3281

RGB

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

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

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

R = 54.91%
G = 12.59%
B = 32.49%

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

#DA3281 (or 0xDA3281) is known color: Deep Cerise. HEX triplet: DA, 32 and 81. RGB value is (218,50,129). Sum of RGB (Red+Green+Blue) = 218+50+129=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3281 is #25CD7E. Grayscale: #6D6D6D. Windows color (decimal): -2477439 or 8467162. OLE color: 8467162.

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

Color convert

RGB 218 50 129 -
CMYK 0 0.77 0.41 0.15
HSL 331.79º 0.69% 0.53% -
HSV(B) 331.79º 0.77% 0.85% -
XYZ 34.02 18.77 22.6 -
YUV 109.24 139.16 205.58 -
System Red Green Blue C M Y K H S L
Decimal 218 50 129 0 0.77 0.41 0.15 331.79 0.69 0.53
Hex DA 32 81 0 4D 29 F 14C 45 35
Octal 332 62 201 0 115 51 17 514 105 65
Binary 11011010 110010 10000001 0 1001101 101001 1111 101001100 1000101 110101

Color Harmonies of #DA3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3281

Black with #DA3281

Text Example


Text Example

White with #DA3281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3281; }

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

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

background-color css

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

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

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

border-color css

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

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

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