Html Css Color HEX #DA335D Cerise

📋 copy color: '#DA335D'

red 218 ◦ green 51 ◦ blue 93

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

Shades of Cerise #DA335D

Tints of Cerise #DA335D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 60.22%
G = 14.09%
B = 25.69%

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

#DA335D (or 0xDA335D) is known color: Cerise. HEX triplet: DA, 33 and 5D. RGB value is (218,51,93). Sum of RGB (Red+Green+Blue) = 218+51+93=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA335D is #25CCA2. Grayscale: #696969. Windows color (decimal): -2477219 or 6108122. OLE color: 6108122.

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

Color convert

RGB 218 51 93 -
CMYK 0 0.77 0.57 0.15
HSL 344.91º 0.69% 0.53% -
HSV(B) 344.91º 0.77% 0.85% -
XYZ 32.07 18.06 12.15 -
YUV 105.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 218 51 93 0 0.77 0.57 0.15 344.91 0.69 0.53
Hex DA 33 5D 0 4D 39 F 159 45 35
Octal 332 63 135 0 115 71 17 531 105 65
Binary 11011010 110011 1011101 0 1001101 111001 1111 101011001 1000101 110101

Color Harmonies of #DA335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA335D

Black with #DA335D

Text Example


Text Example

White with #DA335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA335D; }

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

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

background-color css

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

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

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

border-color css

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

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

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