Html Css Color HEX #DA335E Cerise

📋 copy color: '#DA335E'

red 218 ◦ green 51 ◦ blue 94

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

Shades of Cerise #DA335E

Tints of Cerise #DA335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.9%

R = 60.06%
G = 14.05%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA335E (or 0xDA335E) is known color: Cerise. HEX triplet: DA, 33 and 5E. RGB value is (218,51,94). Sum of RGB (Red+Green+Blue) = 218+51+94=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA335E is #25CCA1. Grayscale: #696969. Windows color (decimal): -2477218 or 6173658. OLE color: 6173658.

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

Color convert

RGB 218 51 94 -
CMYK 0 0.77 0.57 0.15
HSL 344.55º 0.69% 0.53% -
HSV(B) 344.55º 0.77% 0.85% -
XYZ 32.12 18.08 12.39 -
YUV 105.84 121.33 208 -
System Red Green Blue C M Y K H S L
Decimal 218 51 94 0 0.77 0.57 0.15 344.55 0.69 0.53
Hex DA 33 5E 0 4D 39 F 159 45 35
Octal 332 63 136 0 115 71 17 531 105 65
Binary 11011010 110011 1011110 0 1001101 111001 1111 101011001 1000101 110101

Color Harmonies of #DA335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA335E

Black with #DA335E

Text Example


Text Example

White with #DA335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA335E; }

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

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

background-color css

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

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

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

border-color css

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

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

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