Html Css Color HEX #DA3261 Cerise

📋 copy color: '#DA3261'

red 218 ◦ green 50 ◦ blue 97

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

Shades of Cerise #DA3261

Tints of Cerise #DA3261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.7%

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 59.73%
G = 13.7%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA3261 (or 0xDA3261) is known color: Cerise. HEX triplet: DA, 32 and 61. RGB value is (218,50,97). Sum of RGB (Red+Green+Blue) = 218+50+97=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3261 is #25CD9E. Grayscale: #696969. Windows color (decimal): -2477471 or 6370010. OLE color: 6370010.

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

Color convert

RGB 218 50 97 -
CMYK 0 0.77 0.56 0.15
HSL 343.21º 0.69% 0.53% -
HSV(B) 343.21º 0.77% 0.85% -
XYZ 32.21 18.05 13.1 -
YUV 105.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 218 50 97 0 0.77 0.56 0.15 343.21 0.69 0.53
Hex DA 32 61 0 4D 38 F 157 45 35
Octal 332 62 141 0 115 70 17 527 105 65
Binary 11011010 110010 1100001 0 1001101 111000 1111 101010111 1000101 110101

Color Harmonies of #DA3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3261

Black with #DA3261

Text Example


Text Example

White with #DA3261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3261; }

 p { color: rgb(218,50,97); }

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

background-color css

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

 a { background-color: rgb(218,50,97); }

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

border-color css

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

 span { border-color: rgb(218,50,97); }

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