Html Css Color HEX #DA235A Cerise

📋 copy color: '#DA235A'

red 218 ◦ green 35 ◦ blue 90

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

Shades of Cerise #DA235A

Tints of Cerise #DA235A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 63.56%
G = 10.2%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA235A (or 0xDA235A) is known color: Cerise. HEX triplet: DA, 23 and 5A. RGB value is (218,35,90). Sum of RGB (Red+Green+Blue) = 218+35+90=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA235A is #25DCA5. Grayscale: #5F5F5F. Windows color (decimal): -2481318 or 5907418. OLE color: 5907418.

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

Color convert

RGB 218 35 90 -
CMYK 0 0.84 0.59 0.15
HSL 341.97º 0.72% 0.5% -
HSV(B) 341.97º 0.84% 0.85% -
XYZ 31.36 16.85 11.27 -
YUV 95.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 218 35 90 0 0.84 0.59 0.15 341.97 0.72 0.5
Hex DA 23 5A 0 54 3B F 156 48 32
Octal 332 43 132 0 124 73 17 526 110 62
Binary 11011010 100011 1011010 0 1010100 111011 1111 101010110 1001000 110010

Color Harmonies of #DA235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA235A

Black with #DA235A

Text Example


Text Example

White with #DA235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA235A; }

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

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

background-color css

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

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

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

border-color css

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

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

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