Html Css Color HEX #DA2D75 Deep Cerise

📋 copy color: '#DA2D75'

red 218 ◦ green 45 ◦ blue 117

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

Shades of Deep Cerise #DA2D75

Tints of Deep Cerise #DA2D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.84%

 BLUE value IS 117 (46.09% from 255) = 30.79%

R = 57.37%
G = 11.84%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA2D75 (or 0xDA2D75) is known color: Deep Cerise. HEX triplet: DA, 2D and 75. RGB value is (218,45,117). Sum of RGB (Red+Green+Blue) = 218+45+117=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D75 is #25D28A. Grayscale: #686868. Windows color (decimal): -2478731 or 7679450. OLE color: 7679450.

HSL color Cylindrical-coordinate representation of color #DA2D75: hue angle of 335.03º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2D75 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 45 117 -
CMYK 0 0.79 0.46 0.15
HSL 335.03º 0.7% 0.52% -
HSV(B) 335.03º 0.79% 0.85% -
XYZ 33.06 18.07 18.57 -
YUV 104.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 218 45 117 0 0.79 0.46 0.15 335.03 0.7 0.52
Hex DA 2D 75 0 4F 2E F 14F 46 34
Octal 332 55 165 0 117 56 17 517 106 64
Binary 11011010 101101 1110101 0 1001111 101110 1111 101001111 1000110 110100

Color Harmonies of #DA2D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D75

Black with #DA2D75

Text Example


Text Example

White with #DA2D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D75; }

 p { color: rgb(218,45,117); }

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

background-color css

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

 a { background-color: rgb(218,45,117); }

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

border-color css

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

 span { border-color: rgb(218,45,117); }

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