Html Css Color HEX #DA3D91 Deep Cerise

📋 copy color: '#DA3D91'

red 218 ◦ green 61 ◦ blue 145

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

Shades of Deep Cerise #DA3D91

Tints of Deep Cerise #DA3D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.39%

 BLUE value IS 145 (57.03% from 255) = 34.2%

R = 51.42%
G = 14.39%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA3D91 (or 0xDA3D91) is known color: Deep Cerise. HEX triplet: DA, 3D and 91. RGB value is (218,61,145). Sum of RGB (Red+Green+Blue) = 218+61+145=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3D91 is #25C26E. Grayscale: #757575. Windows color (decimal): -2474607 or 9518554. OLE color: 9518554.

HSL color Cylindrical-coordinate representation of color #DA3D91: hue angle of 327.9º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3D91 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 61 145 -
CMYK 0 0.72 0.33 0.15
HSL 327.9º 0.68% 0.55% -
HSV(B) 327.9º 0.72% 0.85% -
XYZ 35.69 20.29 28.82 -
YUV 117.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 218 61 145 0 0.72 0.33 0.15 327.9 0.68 0.55
Hex DA 3D 91 0 48 21 F 148 44 37
Octal 332 75 221 0 110 41 17 510 104 67
Binary 11011010 111101 10010001 0 1001000 100001 1111 101001000 1000100 110111

Color Harmonies of #DA3D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D91

Black with #DA3D91

Text Example


Text Example

White with #DA3D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D91; }

 p { color: rgb(218,61,145); }

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

background-color css

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

 a { background-color: rgb(218,61,145); }

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

border-color css

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

 span { border-color: rgb(218,61,145); }

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