Html Css Color HEX #DA3158 Cerise

📋 copy color: '#DA3158'

red 218 ◦ green 49 ◦ blue 88

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

Shades of Cerise #DA3158

Tints of Cerise #DA3158

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

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

R = 61.41%
G = 13.8%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA3158 (or 0xDA3158) is known color: Cerise. HEX triplet: DA, 31 and 58. RGB value is (218,49,88). Sum of RGB (Red+Green+Blue) = 218+49+88=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3158 is #25CEA7. Grayscale: #676767. Windows color (decimal): -2477736 or 5779930. OLE color: 5779930.

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

Color convert

RGB 218 49 88 -
CMYK 0 0.78 0.60 0.15
HSL 346.15º 0.7% 0.52% -
HSV(B) 346.15º 0.78% 0.85% -
XYZ 31.77 17.81 10.99 -
YUV 103.98 118.99 209.33 -
System Red Green Blue C M Y K H S L
Decimal 218 49 88 0 0.78 0.60 0.15 346.15 0.7 0.52
Hex DA 31 58 0 4E 3C F 15A 46 34
Octal 332 61 130 0 116 74 17 532 106 64
Binary 11011010 110001 1011000 0 1001110 111100 1111 101011010 1000110 110100

Color Harmonies of #DA3158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3158

Black with #DA3158

Text Example


Text Example

White with #DA3158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3158; }

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

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

background-color css

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

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

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

border-color css

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

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

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