Html Css Color HEX #D7425F Cerise

📋 copy color: '#D7425F'

red 215 ◦ green 66 ◦ blue 95

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

Shades of Cerise #D7425F

Tints of Cerise #D7425F

RGB

 RED value IS 215 (84.38% from 255) = 57.18%

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

 BLUE value IS 95 (37.5% from 255) = 25.27%

R = 57.18%
G = 17.55%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7425F (or 0xD7425F) is known color: Cerise. HEX triplet: D7, 42 and 5F. RGB value is (215,66,95). Sum of RGB (Red+Green+Blue) = 215+66+95=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7425F is #28BDA0. Grayscale: #717171. Windows color (decimal): -2669985 or 6243031. OLE color: 6243031.

HSL color Cylindrical-coordinate representation of color #D7425F: hue angle of 348.32º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D7425F is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 95 -
CMYK 0 0.69 0.56 0.16
HSL 348.32º 0.65% 0.55% -
HSV(B) 348.32º 0.69% 0.84% -
XYZ 32.04 19.17 12.84 -
YUV 113.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 215 66 95 0 0.69 0.56 0.16 348.32 0.65 0.55
Hex D7 42 5F 0 45 38 10 15C 41 37
Octal 327 102 137 0 105 70 20 534 101 67
Binary 11010111 1000010 1011111 0 1000101 111000 10000 101011100 1000001 110111

Color Harmonies of #D7425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7425F

Black with #D7425F

Text Example


Text Example

White with #D7425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7425F; }

 p { color: rgb(215,66,95); }

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

background-color css

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

 a { background-color: rgb(215,66,95); }

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

border-color css

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

 span { border-color: rgb(215,66,95); }

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