Html Css Color HEX #DA3B5D Cerise

📋 copy color: '#DA3B5D'

red 218 ◦ green 59 ◦ blue 93

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

Shades of Cerise #DA3B5D

Tints of Cerise #DA3B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.95%

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

R = 58.92%
G = 15.95%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA3B5D (or 0xDA3B5D) is known color: Cerise. HEX triplet: DA, 3B and 5D. RGB value is (218,59,93). Sum of RGB (Red+Green+Blue) = 218+59+93=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3B5D is #25C4A2. Grayscale: #6E6E6E. Windows color (decimal): -2475171 or 6110170. OLE color: 6110170.

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

Color convert

RGB 218 59 93 -
CMYK 0 0.73 0.57 0.15
HSL 347.17º 0.68% 0.54% -
HSV(B) 347.17º 0.73% 0.85% -
XYZ 32.45 18.82 12.28 -
YUV 110.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 218 59 93 0 0.73 0.57 0.15 347.17 0.68 0.54
Hex DA 3B 5D 0 49 39 F 15B 44 36
Octal 332 73 135 0 111 71 17 533 104 66
Binary 11011010 111011 1011101 0 1001001 111001 1111 101011011 1000100 110110

Color Harmonies of #DA3B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B5D

Black with #DA3B5D

Text Example


Text Example

White with #DA3B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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