Html Css Color HEX #DA337D Deep Cerise

📋 copy color: '#DA337D'

red 218 ◦ green 51 ◦ blue 125

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

Shades of Deep Cerise #DA337D

Tints of Deep Cerise #DA337D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 55.33%
G = 12.94%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA337D (or 0xDA337D) is known color: Deep Cerise. HEX triplet: DA, 33 and 7D. RGB value is (218,51,125). Sum of RGB (Red+Green+Blue) = 218+51+125=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA337D is #25CC82. Grayscale: #6D6D6D. Windows color (decimal): -2477187 or 8205274. OLE color: 8205274.

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

Color convert

RGB 218 51 125 -
CMYK 0 0.77 0.43 0.15
HSL 333.41º 0.69% 0.53% -
HSV(B) 333.41º 0.77% 0.85% -
XYZ 33.8 18.75 21.24 -
YUV 109.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 218 51 125 0 0.77 0.43 0.15 333.41 0.69 0.53
Hex DA 33 7D 0 4D 2B F 14D 45 35
Octal 332 63 175 0 115 53 17 515 105 65
Binary 11011010 110011 1111101 0 1001101 101011 1111 101001101 1000101 110101

Color Harmonies of #DA337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA337D

Black with #DA337D

Text Example


Text Example

White with #DA337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA337D; }

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

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

background-color css

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

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

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

border-color css

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

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

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