Html Css Color HEX #D7245F Cerise

📋 copy color: '#D7245F'

red 215 ◦ green 36 ◦ blue 95

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

Shades of Cerise #D7245F

Tints of Cerise #D7245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

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

R = 62.14%
G = 10.4%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7245F (or 0xD7245F) is known color: Cerise. HEX triplet: D7, 24 and 5F. RGB value is (215,36,95). Sum of RGB (Red+Green+Blue) = 215+36+95=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D7245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7245F is #28DBA0. Grayscale: #606060. Windows color (decimal): -2677665 or 6235351. OLE color: 6235351.

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

Color convert

RGB 215 36 95 -
CMYK 0 0.83 0.56 0.16
HSL 340.22º 0.71% 0.49% -
HSV(B) 340.22º 0.83% 0.84% -
XYZ 30.72 16.54 12.4 -
YUV 96.25 127.3 212.7 -
System Red Green Blue C M Y K H S L
Decimal 215 36 95 0 0.83 0.56 0.16 340.22 0.71 0.49
Hex D7 24 5F 0 53 38 10 154 47 31
Octal 327 44 137 0 123 70 20 524 107 61
Binary 11010111 100100 1011111 0 1010011 111000 10000 101010100 1000111 110001

Color Harmonies of #D7245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7245F

Black with #D7245F

Text Example


Text Example

White with #D7245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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