Html Css Color HEX #D8235A Cerise

📋 copy color: '#D8235A'

red 216 ◦ green 35 ◦ blue 90

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

Shades of Cerise #D8235A

Tints of Cerise #D8235A

RGB

 RED value IS 216 (84.77% from 255) = 63.34%

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

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

R = 63.34%
G = 10.26%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8235A (or 0xD8235A) is known color: Cerise. HEX triplet: D8, 23 and 5A. RGB value is (216,35,90). Sum of RGB (Red+Green+Blue) = 216+35+90=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8235A is #27DCA5. Grayscale: #5F5F5F. Windows color (decimal): -2612390 or 5907416. OLE color: 5907416.

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

Color convert

RGB 216 35 90 -
CMYK 0 0.84 0.58 0.15
HSL 341.77º 0.72% 0.49% -
HSV(B) 341.77º 0.84% 0.85% -
XYZ 30.77 16.54 11.24 -
YUV 95.39 124.97 214.03 -
System Red Green Blue C M Y K H S L
Decimal 216 35 90 0 0.84 0.58 0.15 341.77 0.72 0.49
Hex D8 23 5A 0 54 3A F 156 48 31
Octal 330 43 132 0 124 72 17 526 110 61
Binary 11011000 100011 1011010 0 1010100 111010 1111 101010110 1001000 110001

Color Harmonies of #D8235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8235A

Black with #D8235A

Text Example


Text Example

White with #D8235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8235A; }

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

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

background-color css

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

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

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

border-color css

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

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

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