Html Css Color HEX #DA33A1 Deep Cerise

📋 copy color: '#DA33A1'

red 218 ◦ green 51 ◦ blue 161

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

Shades of Deep Cerise #DA33A1

Tints of Deep Cerise #DA33A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.44%

R = 50.7%
G = 11.86%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA33A1 (or 0xDA33A1) is known color: Deep Cerise. HEX triplet: DA, 33 and A1. RGB value is (218,51,161). Sum of RGB (Red+Green+Blue) = 218+51+161=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA33A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA33A1 is #25CC5E. Grayscale: #717171. Windows color (decimal): -2477151 or 10564570. OLE color: 10564570.

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

Color convert

RGB 218 51 161 -
CMYK 0 0.77 0.26 0.15
HSL 320.48º 0.69% 0.53% -
HSV(B) 320.48º 0.77% 0.85% -
XYZ 36.53 19.85 35.62 -
YUV 113.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 218 51 161 0 0.77 0.26 0.15 320.48 0.69 0.53
Hex DA 33 A1 0 4D 1A F 140 45 35
Octal 332 63 241 0 115 32 17 500 105 65
Binary 11011010 110011 10100001 0 1001101 11010 1111 101000000 1000101 110101

Color Harmonies of #DA33A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA33A1

Black with #DA33A1

Text Example


Text Example

White with #DA33A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA33A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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