Html Css Color HEX #D71F7C Deep Cerise

📋 copy color: '#D71F7C'

red 215 ◦ green 31 ◦ blue 124

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

Shades of Deep Cerise #D71F7C

Tints of Deep Cerise #D71F7C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.38%

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 58.11%
G = 8.38%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D71F7C (or 0xD71F7C) is known color: Deep Cerise. HEX triplet: D7, 1F and 7C. RGB value is (215,31,124). Sum of RGB (Red+Green+Blue) = 215+31+124=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F7C is #28E083. Grayscale: #606060. Windows color (decimal): -2678916 or 8134615. OLE color: 8134615.

HSL color Cylindrical-coordinate representation of color #D71F7C: hue angle of 329.67º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71F7C is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 31 124 -
CMYK 0 0.86 0.42 0.16
HSL 329.67º 0.75% 0.48% -
HSV(B) 329.67º 0.86% 0.84% -
XYZ 32.15 16.88 20.63 -
YUV 96.62 143.46 212.44 -
System Red Green Blue C M Y K H S L
Decimal 215 31 124 0 0.86 0.42 0.16 329.67 0.75 0.48
Hex D7 1F 7C 0 56 2A 10 14A 4B 30
Octal 327 37 174 0 126 52 20 512 113 60
Binary 11010111 11111 1111100 0 1010110 101010 10000 101001010 1001011 110000

Color Harmonies of #D71F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F7C

Black with #D71F7C

Text Example


Text Example

White with #D71F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F7C; }

 p { color: rgb(215,31,124); }

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

background-color css

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

 a { background-color: rgb(215,31,124); }

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

border-color css

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

 span { border-color: rgb(215,31,124); }

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