Html Css Color HEX #D5235A Cerise

📋 copy color: '#D5235A'

red 213 ◦ green 35 ◦ blue 90

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

Shades of Cerise #D5235A

Tints of Cerise #D5235A

RGB

 RED value IS 213 (83.59% from 255) = 63.02%

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

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

R = 63.02%
G = 10.36%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5235A (or 0xD5235A) is known color: Cerise. HEX triplet: D5, 23 and 5A. RGB value is (213,35,90). Sum of RGB (Red+Green+Blue) = 213+35+90=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5235A is #2ADCA5. Grayscale: #5E5E5E. Windows color (decimal): -2808998 or 5907413. OLE color: 5907413.

HSL color Cylindrical-coordinate representation of color #D5235A: hue angle of 341.46º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5235A is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 90 -
CMYK 0 0.84 0.58 0.16
HSL 341.46º 0.72% 0.49% -
HSV(B) 341.46º 0.84% 0.84% -
XYZ 29.89 16.09 11.2 -
YUV 94.49 125.47 212.53 -
System Red Green Blue C M Y K H S L
Decimal 213 35 90 0 0.84 0.58 0.16 341.46 0.72 0.49
Hex D5 23 5A 0 54 3A 10 155 48 31
Octal 325 43 132 0 124 72 20 525 110 61
Binary 11010101 100011 1011010 0 1010100 111010 10000 101010101 1001000 110001

Color Harmonies of #D5235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5235A

Black with #D5235A

Text Example


Text Example

White with #D5235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5235A; }

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

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

background-color css

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

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

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

border-color css

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

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

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