Html Css Color HEX #DA3458 Cerise

📋 copy color: '#DA3458'

red 218 ◦ green 52 ◦ blue 88

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

Shades of Cerise #DA3458

Tints of Cerise #DA3458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

 BLUE value IS 88 (34.77% from 255) = 24.58%

R = 60.89%
G = 14.53%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA3458 (or 0xDA3458) is known color: Cerise. HEX triplet: DA, 34 and 58. RGB value is (218,52,88). Sum of RGB (Red+Green+Blue) = 218+52+88=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3458 is #25CBA7. Grayscale: #696969. Windows color (decimal): -2476968 or 5780698. OLE color: 5780698.

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

Color convert

RGB 218 52 88 -
CMYK 0 0.76 0.60 0.15
HSL 346.99º 0.69% 0.53% -
HSV(B) 346.99º 0.76% 0.85% -
XYZ 31.9 18.07 11.04 -
YUV 105.74 118 208.07 -
System Red Green Blue C M Y K H S L
Decimal 218 52 88 0 0.76 0.60 0.15 346.99 0.69 0.53
Hex DA 34 58 0 4C 3C F 15B 45 35
Octal 332 64 130 0 114 74 17 533 105 65
Binary 11011010 110100 1011000 0 1001100 111100 1111 101011011 1000101 110101

Color Harmonies of #DA3458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3458

Black with #DA3458

Text Example


Text Example

White with #DA3458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3458; }

 p { color: rgb(218,52,88); }

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

background-color css

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

 a { background-color: rgb(218,52,88); }

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

border-color css

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

 span { border-color: rgb(218,52,88); }

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