Html Css Color HEX #DA337A Deep Cerise

📋 copy color: '#DA337A'

red 218 ◦ green 51 ◦ blue 122

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

Shades of Deep Cerise #DA337A

Tints of Deep Cerise #DA337A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 55.75%
G = 13.04%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA337A (or 0xDA337A) is known color: Deep Cerise. HEX triplet: DA, 33 and 7A. RGB value is (218,51,122). Sum of RGB (Red+Green+Blue) = 218+51+122=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA337A is #25CC85. Grayscale: #6C6C6C. Windows color (decimal): -2477190 or 8008666. OLE color: 8008666.

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

Color convert

RGB 218 51 122 -
CMYK 0 0.77 0.44 0.15
HSL 334.49º 0.69% 0.53% -
HSV(B) 334.49º 0.77% 0.85% -
XYZ 33.61 18.68 20.25 -
YUV 109.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 218 51 122 0 0.77 0.44 0.15 334.49 0.69 0.53
Hex DA 33 7A 0 4D 2C F 14E 45 35
Octal 332 63 172 0 115 54 17 516 105 65
Binary 11011010 110011 1111010 0 1001101 101100 1111 101001110 1000101 110101

Color Harmonies of #DA337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA337A

Black with #DA337A

Text Example


Text Example

White with #DA337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA337A; }

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

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

background-color css

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

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

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

border-color css

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

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

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