Html Css Color HEX #DA3362 Cerise

📋 copy color: '#DA3362'

red 218 ◦ green 51 ◦ blue 98

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

Shades of Cerise #DA3362

Tints of Cerise #DA3362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 59.4%
G = 13.9%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA3362 (or 0xDA3362) is known color: Cerise. HEX triplet: DA, 33 and 62. RGB value is (218,51,98). Sum of RGB (Red+Green+Blue) = 218+51+98=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3362 is #25CC9D. Grayscale: #6A6A6A. Windows color (decimal): -2477214 or 6435802. OLE color: 6435802.

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

Color convert

RGB 218 51 98 -
CMYK 0 0.77 0.55 0.15
HSL 343.11º 0.69% 0.53% -
HSV(B) 343.11º 0.77% 0.85% -
XYZ 32.3 18.15 13.36 -
YUV 106.29 123.33 207.68 -
System Red Green Blue C M Y K H S L
Decimal 218 51 98 0 0.77 0.55 0.15 343.11 0.69 0.53
Hex DA 33 62 0 4D 37 F 157 45 35
Octal 332 63 142 0 115 67 17 527 105 65
Binary 11011010 110011 1100010 0 1001101 110111 1111 101010111 1000101 110101

Color Harmonies of #DA3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3362

Black with #DA3362

Text Example


Text Example

White with #DA3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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