Html Css Color HEX #DA235D Cerise

📋 copy color: '#DA235D'

red 218 ◦ green 35 ◦ blue 93

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

Shades of Cerise #DA235D

Tints of Cerise #DA235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.12%

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

R = 63.01%
G = 10.12%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA235D (or 0xDA235D) is known color: Cerise. HEX triplet: DA, 23 and 5D. RGB value is (218,35,93). Sum of RGB (Red+Green+Blue) = 218+35+93=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA235D is #25DCA2. Grayscale: #606060. Windows color (decimal): -2481315 or 6104026. OLE color: 6104026.

HSL color Cylindrical-coordinate representation of color #DA235D: hue angle of 340.98º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA235D is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 35 93 -
CMYK 0 0.84 0.57 0.15
HSL 340.98º 0.72% 0.5% -
HSV(B) 340.98º 0.84% 0.85% -
XYZ 31.49 16.9 11.96 -
YUV 96.33 126.13 214.78 -
System Red Green Blue C M Y K H S L
Decimal 218 35 93 0 0.84 0.57 0.15 340.98 0.72 0.5
Hex DA 23 5D 0 54 39 F 155 48 32
Octal 332 43 135 0 124 71 17 525 110 62
Binary 11011010 100011 1011101 0 1010100 111001 1111 101010101 1001000 110010

Color Harmonies of #DA235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA235D

Black with #DA235D

Text Example


Text Example

White with #DA235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA235D; }

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

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

background-color css

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

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

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

border-color css

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

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

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