Html Css Color HEX #DA3358 Cerise

📋 copy color: '#DA3358'

red 218 ◦ green 51 ◦ blue 88

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

Shades of Cerise #DA3358

Tints of Cerise #DA3358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.29%

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

R = 61.06%
G = 14.29%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA3358 (or 0xDA3358) is known color: Cerise. HEX triplet: DA, 33 and 58. RGB value is (218,51,88). Sum of RGB (Red+Green+Blue) = 218+51+88=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3358 is #25CCA7. Grayscale: #696969. Windows color (decimal): -2477224 or 5780442. OLE color: 5780442.

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

Color convert

RGB 218 51 88 -
CMYK 0 0.77 0.60 0.15
HSL 346.71º 0.69% 0.53% -
HSV(B) 346.71º 0.77% 0.85% -
XYZ 31.86 17.98 11.02 -
YUV 105.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 218 51 88 0 0.77 0.60 0.15 346.71 0.69 0.53
Hex DA 33 58 0 4D 3C F 15B 45 35
Octal 332 63 130 0 115 74 17 533 105 65
Binary 11011010 110011 1011000 0 1001101 111100 1111 101011011 1000101 110101

Color Harmonies of #DA3358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3358

Black with #DA3358

Text Example


Text Example

White with #DA3358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3358; }

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

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

background-color css

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

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

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

border-color css

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

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

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