Html Css Color HEX #D71F7E Deep Cerise

📋 copy color: '#D71F7E'

red 215 ◦ green 31 ◦ blue 126

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

Shades of Deep Cerise #D71F7E

Tints of Deep Cerise #D71F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 57.8%
G = 8.33%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D71F7E (or 0xD71F7E) is known color: Deep Cerise. HEX triplet: D7, 1F and 7E. RGB value is (215,31,126). Sum of RGB (Red+Green+Blue) = 215+31+126=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F7E is #28E081. Grayscale: #606060. Windows color (decimal): -2678914 or 8265687. OLE color: 8265687.

HSL color Cylindrical-coordinate representation of color #D71F7E: hue angle of 329.02º 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 #D71F7E is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 31 126 -
CMYK 0 0.86 0.41 0.16
HSL 329.02º 0.75% 0.48% -
HSV(B) 329.02º 0.86% 0.84% -
XYZ 32.28 16.93 21.31 -
YUV 96.85 144.46 212.28 -
System Red Green Blue C M Y K H S L
Decimal 215 31 126 0 0.86 0.41 0.16 329.02 0.75 0.48
Hex D7 1F 7E 0 56 29 10 149 4B 30
Octal 327 37 176 0 126 51 20 511 113 60
Binary 11010111 11111 1111110 0 1010110 101001 10000 101001001 1001011 110000

Color Harmonies of #D71F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F7E

Black with #D71F7E

Text Example


Text Example

White with #D71F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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