Html Css Color HEX #DA3C6D Cerise

📋 copy color: '#DA3C6D'

red 218 ◦ green 60 ◦ blue 109

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

Shades of Cerise #DA3C6D

Tints of Cerise #DA3C6D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.5%

 BLUE value IS 109 (42.97% from 255) = 28.17%

R = 56.33%
G = 15.5%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA3C6D (or 0xDA3C6D) is known color: Cerise. HEX triplet: DA, 3C and 6D. RGB value is (218,60,109). Sum of RGB (Red+Green+Blue) = 218+60+109=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C6D is #25C392. Grayscale: #707070. Windows color (decimal): -2474899 or 7159002. OLE color: 7159002.

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

Color convert

RGB 218 60 109 -
CMYK 0 0.72 0.5 0.15
HSL 341.39º 0.68% 0.55% -
HSV(B) 341.39º 0.72% 0.85% -
XYZ 33.29 19.24 16.43 -
YUV 112.83 125.85 203.02 -
System Red Green Blue C M Y K H S L
Decimal 218 60 109 0 0.72 0.5 0.15 341.39 0.68 0.55
Hex DA 3C 6D 0 48 32 F 155 44 37
Octal 332 74 155 0 110 62 17 525 104 67
Binary 11011010 111100 1101101 0 1001000 110010 1111 101010101 1000100 110111

Color Harmonies of #DA3C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C6D

Black with #DA3C6D

Text Example


Text Example

White with #DA3C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C6D; }

 p { color: rgb(218,60,109); }

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

background-color css

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

 a { background-color: rgb(218,60,109); }

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

border-color css

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

 span { border-color: rgb(218,60,109); }

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