Html Css Color HEX #DA3E5B Cerise

📋 copy color: '#DA3E5B'

red 218 ◦ green 62 ◦ blue 91

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

Shades of Cerise #DA3E5B

Tints of Cerise #DA3E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.71%

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 58.76%
G = 16.71%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA3E5B (or 0xDA3E5B) is known color: Cerise. HEX triplet: DA, 3E and 5B. RGB value is (218,62,91). Sum of RGB (Red+Green+Blue) = 218+62+91=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E5B is #25C1A4. Grayscale: #6F6F6F. Windows color (decimal): -2474405 or 5979866. OLE color: 5979866.

HSL color Cylindrical-coordinate representation of color #DA3E5B: hue angle of 348.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3E5B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 62 91 -
CMYK 0 0.72 0.58 0.15
HSL 348.85º 0.68% 0.55% -
HSV(B) 348.85º 0.72% 0.85% -
XYZ 32.52 19.11 11.87 -
YUV 111.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 218 62 91 0 0.72 0.58 0.15 348.85 0.68 0.55
Hex DA 3E 5B 0 48 3A F 15D 44 37
Octal 332 76 133 0 110 72 17 535 104 67
Binary 11011010 111110 1011011 0 1001000 111010 1111 101011101 1000100 110111

Color Harmonies of #DA3E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E5B

Black with #DA3E5B

Text Example


Text Example

White with #DA3E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E5B; }

 p { color: rgb(218,62,91); }

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

background-color css

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

 a { background-color: rgb(218,62,91); }

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

border-color css

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

 span { border-color: rgb(218,62,91); }

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