Html Css Color HEX #DA2D5D Cerise

📋 copy color: '#DA2D5D'

red 218 ◦ green 45 ◦ blue 93

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

Shades of Cerise #DA2D5D

Tints of Cerise #DA2D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 61.24%
G = 12.64%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA2D5D (or 0xDA2D5D) is known color: Cerise. HEX triplet: DA, 2D and 5D. RGB value is (218,45,93). Sum of RGB (Red+Green+Blue) = 218+45+93=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D5D is #25D2A2. Grayscale: #666666. Windows color (decimal): -2478755 or 6106586. OLE color: 6106586.

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

Color convert

RGB 218 45 93 -
CMYK 0 0.79 0.57 0.15
HSL 343.35º 0.7% 0.52% -
HSV(B) 343.35º 0.79% 0.85% -
XYZ 31.83 17.57 12.07 -
YUV 102.2 122.81 210.6 -
System Red Green Blue C M Y K H S L
Decimal 218 45 93 0 0.79 0.57 0.15 343.35 0.7 0.52
Hex DA 2D 5D 0 4F 39 F 157 46 34
Octal 332 55 135 0 117 71 17 527 106 64
Binary 11011010 101101 1011101 0 1001111 111001 1111 101010111 1000110 110100

Color Harmonies of #DA2D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D5D

Black with #DA2D5D

Text Example


Text Example

White with #DA2D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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