Html Css Color HEX #DA2D65 Cerise

📋 copy color: '#DA2D65'

red 218 ◦ green 45 ◦ blue 101

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

Shades of Cerise #DA2D65

Tints of Cerise #DA2D65

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.36%

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 59.89%
G = 12.36%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA2D65 (or 0xDA2D65) is known color: Cerise. HEX triplet: DA, 2D and 65. RGB value is (218,45,101). Sum of RGB (Red+Green+Blue) = 218+45+101=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D65 is #25D29A. Grayscale: #676767. Windows color (decimal): -2478747 or 6630874. OLE color: 6630874.

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

Color convert

RGB 218 45 101 -
CMYK 0 0.79 0.54 0.15
HSL 340.58º 0.7% 0.52% -
HSV(B) 340.58º 0.79% 0.85% -
XYZ 32.2 17.72 14.04 -
YUV 103.11 126.81 209.95 -
System Red Green Blue C M Y K H S L
Decimal 218 45 101 0 0.79 0.54 0.15 340.58 0.7 0.52
Hex DA 2D 65 0 4F 36 F 155 46 34
Octal 332 55 145 0 117 66 17 525 106 64
Binary 11011010 101101 1100101 0 1001111 110110 1111 101010101 1000110 110100

Color Harmonies of #DA2D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D65

Black with #DA2D65

Text Example


Text Example

White with #DA2D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D65; }

 p { color: rgb(218,45,101); }

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

background-color css

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

 a { background-color: rgb(218,45,101); }

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

border-color css

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

 span { border-color: rgb(218,45,101); }

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