Html Css Color HEX #D8268E Deep Cerise

📋 copy color: '#D8268E'

red 216 ◦ green 38 ◦ blue 142

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

Shades of Deep Cerise #D8268E

Tints of Deep Cerise #D8268E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.6%

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 54.55%
G = 9.6%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8268E (or 0xD8268E) is known color: Deep Cerise. HEX triplet: D8, 26 and 8E. RGB value is (216,38,142). Sum of RGB (Red+Green+Blue) = 216+38+142=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8268E is #27D971. Grayscale: #666666. Windows color (decimal): -2611570 or 9316056. OLE color: 9316056.

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

Color convert

RGB 216 38 142 -
CMYK 0 0.82 0.34 0.15
HSL 324.94º 0.7% 0.5% -
HSV(B) 324.94º 0.82% 0.85% -
XYZ 33.89 17.94 27.27 -
YUV 103.08 149.97 208.54 -
System Red Green Blue C M Y K H S L
Decimal 216 38 142 0 0.82 0.34 0.15 324.94 0.7 0.5
Hex D8 26 8E 0 52 22 F 145 46 32
Octal 330 46 216 0 122 42 17 505 106 62
Binary 11011000 100110 10001110 0 1010010 100010 1111 101000101 1000110 110010

Color Harmonies of #D8268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8268E

Black with #D8268E

Text Example


Text Example

White with #D8268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8268E; }

 p { color: rgb(216,38,142); }

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

background-color css

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

 a { background-color: rgb(216,38,142); }

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

border-color css

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

 span { border-color: rgb(216,38,142); }

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