Html Css Color HEX #DA3260 Cerise

📋 copy color: '#DA3260'

red 218 ◦ green 50 ◦ blue 96

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

Shades of Cerise #DA3260

Tints of Cerise #DA3260

RGB

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

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

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

R = 59.89%
G = 13.74%
B = 26.37%

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

#DA3260 (or 0xDA3260) is known color: Cerise. HEX triplet: DA, 32 and 60. RGB value is (218,50,96). Sum of RGB (Red+Green+Blue) = 218+50+96=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3260 is #25CD9F. Grayscale: #696969. Windows color (decimal): -2477472 or 6304474. OLE color: 6304474.

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

Color convert

RGB 218 50 96 -
CMYK 0 0.77 0.56 0.15
HSL 343.57º 0.69% 0.53% -
HSV(B) 343.57º 0.77% 0.85% -
XYZ 32.17 18.03 12.85 -
YUV 105.48 122.66 208.26 -
System Red Green Blue C M Y K H S L
Decimal 218 50 96 0 0.77 0.56 0.15 343.57 0.69 0.53
Hex DA 32 60 0 4D 38 F 158 45 35
Octal 332 62 140 0 115 70 17 530 105 65
Binary 11011010 110010 1100000 0 1001101 111000 1111 101011000 1000101 110101

Color Harmonies of #DA3260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3260

Black with #DA3260

Text Example


Text Example

White with #DA3260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3260; }

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

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

background-color css

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

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

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

border-color css

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

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

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