Html Css Color HEX #D9425D Cerise

📋 copy color: '#D9425D'

red 217 ◦ green 66 ◦ blue 93

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

Shades of Cerise #D9425D

Tints of Cerise #D9425D

RGB

 RED value IS 217 (85.16% from 255) = 57.71%

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

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

R = 57.71%
G = 17.55%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9425D (or 0xD9425D) is known color: Cerise. HEX triplet: D9, 42 and 5D. RGB value is (217,66,93). Sum of RGB (Red+Green+Blue) = 217+66+93=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9425D is #26BDA2. Grayscale: #727272. Windows color (decimal): -2538915 or 6111961. OLE color: 6111961.

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

Color convert

RGB 217 66 93 -
CMYK 0 0.70 0.57 0.15
HSL 349.27º 0.67% 0.55% -
HSV(B) 349.27º 0.7% 0.85% -
XYZ 32.54 19.44 12.39 -
YUV 114.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 217 66 93 0 0.70 0.57 0.15 349.27 0.67 0.55
Hex D9 42 5D 0 46 39 F 15D 43 37
Octal 331 102 135 0 106 71 17 535 103 67
Binary 11011001 1000010 1011101 0 1000110 111001 1111 101011101 1000011 110111

Color Harmonies of #D9425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9425D

Black with #D9425D

Text Example


Text Example

White with #D9425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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