Html Css Color HEX #DA337F Deep Cerise

📋 copy color: '#DA337F'

red 218 ◦ green 51 ◦ blue 127

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

Shades of Deep Cerise #DA337F

Tints of Deep Cerise #DA337F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.07%

R = 55.05%
G = 12.88%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA337F (or 0xDA337F) is known color: Deep Cerise. HEX triplet: DA, 33 and 7F. RGB value is (218,51,127). Sum of RGB (Red+Green+Blue) = 218+51+127=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA337F is #25CC80. Grayscale: #6D6D6D. Windows color (decimal): -2477185 or 8336346. OLE color: 8336346.

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

Color convert

RGB 218 51 127 -
CMYK 0 0.77 0.42 0.15
HSL 332.69º 0.69% 0.53% -
HSV(B) 332.69º 0.77% 0.85% -
XYZ 33.93 18.81 21.92 -
YUV 109.6 137.83 205.32 -
System Red Green Blue C M Y K H S L
Decimal 218 51 127 0 0.77 0.42 0.15 332.69 0.69 0.53
Hex DA 33 7F 0 4D 2A F 14D 45 35
Octal 332 63 177 0 115 52 17 515 105 65
Binary 11011010 110011 1111111 0 1001101 101010 1111 101001101 1000101 110101

Color Harmonies of #DA337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA337F

Black with #DA337F

Text Example


Text Example

White with #DA337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA337F; }

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

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

background-color css

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

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

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

border-color css

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

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

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