Html Css Color HEX #D8425D Cerise

📋 copy color: '#D8425D'

red 216 ◦ green 66 ◦ blue 93

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

Shades of Cerise #D8425D

Tints of Cerise #D8425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.6%

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

R = 57.6%
G = 17.6%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8425D (or 0xD8425D) is known color: Cerise. HEX triplet: D8, 42 and 5D. RGB value is (216,66,93). Sum of RGB (Red+Green+Blue) = 216+66+93=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8425D is #27BDA2. Grayscale: #717171. Windows color (decimal): -2604451 or 6111960. OLE color: 6111960.

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

Color convert

RGB 216 66 93 -
CMYK 0 0.69 0.57 0.15
HSL 349.2º 0.66% 0.55% -
HSV(B) 349.2º 0.69% 0.85% -
XYZ 32.24 19.29 12.38 -
YUV 113.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 216 66 93 0 0.69 0.57 0.15 349.2 0.66 0.55
Hex D8 42 5D 0 45 39 F 15D 42 37
Octal 330 102 135 0 105 71 17 535 102 67
Binary 11011000 1000010 1011101 0 1000101 111001 1111 101011101 1000010 110111

Color Harmonies of #D8425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8425D

Black with #D8425D

Text Example


Text Example

White with #D8425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8425D; }

 p { color: rgb(216,66,93); }

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

background-color css

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

 a { background-color: rgb(216,66,93); }

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

border-color css

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

 span { border-color: rgb(216,66,93); }

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