Html Css Color HEX #DA2F60 Cerise

📋 copy color: '#DA2F60'

red 218 ◦ green 47 ◦ blue 96

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

Shades of Cerise #DA2F60

Tints of Cerise #DA2F60

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.02%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 60.39%
G = 13.02%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA2F60 (or 0xDA2F60) is known color: Cerise. HEX triplet: DA, 2F and 60. RGB value is (218,47,96). Sum of RGB (Red+Green+Blue) = 218+47+96=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2F60 is #25D09F. Grayscale: #676767. Windows color (decimal): -2478240 or 6303706. OLE color: 6303706.

HSL color Cylindrical-coordinate representation of color #DA2F60: hue angle of 342.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2F60 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 47 96 -
CMYK 0 0.78 0.56 0.15
HSL 342.81º 0.7% 0.52% -
HSV(B) 342.81º 0.78% 0.85% -
XYZ 32.04 17.78 12.81 -
YUV 103.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 218 47 96 0 0.78 0.56 0.15 342.81 0.7 0.52
Hex DA 2F 60 0 4E 38 F 157 46 34
Octal 332 57 140 0 116 70 17 527 106 64
Binary 11011010 101111 1100000 0 1001110 111000 1111 101010111 1000110 110100

Color Harmonies of #DA2F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F60

Black with #DA2F60

Text Example


Text Example

White with #DA2F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F60; }

 p { color: rgb(218,47,96); }

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

background-color css

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

 a { background-color: rgb(218,47,96); }

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

border-color css

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

 span { border-color: rgb(218,47,96); }

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