Html Css Color HEX #DA2C6C Cerise

📋 copy color: '#DA2C6C'

red 218 ◦ green 44 ◦ blue 108

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

Shades of Cerise #DA2C6C

Tints of Cerise #DA2C6C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.89%

 BLUE value IS 108 (42.58% from 255) = 29.19%

R = 58.92%
G = 11.89%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA2C6C (or 0xDA2C6C) is known color: Cerise. HEX triplet: DA, 2C and 6C. RGB value is (218,44,108). Sum of RGB (Red+Green+Blue) = 218+44+108=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2C6C is #25D393. Grayscale: #676767. Windows color (decimal): -2478996 or 7089370. OLE color: 7089370.

HSL color Cylindrical-coordinate representation of color #DA2C6C: hue angle of 337.93º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2C6C is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 44 108 -
CMYK 0 0.80 0.50 0.15
HSL 337.93º 0.7% 0.51% -
HSV(B) 337.93º 0.8% 0.85% -
XYZ 32.52 17.79 15.91 -
YUV 103.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 218 44 108 0 0.80 0.50 0.15 337.93 0.7 0.51
Hex DA 2C 6C 0 50 32 F 152 46 33
Octal 332 54 154 0 120 62 17 522 106 63
Binary 11011010 101100 1101100 0 1010000 110010 1111 101010010 1000110 110011

Color Harmonies of #DA2C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2C6C

Black with #DA2C6C

Text Example


Text Example

White with #DA2C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2C6C; }

 p { color: rgb(218,44,108); }

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

background-color css

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

 a { background-color: rgb(218,44,108); }

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

border-color css

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

 span { border-color: rgb(218,44,108); }

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