Html Css Color HEX #D71F81 Deep Cerise

📋 copy color: '#D71F81'

red 215 ◦ green 31 ◦ blue 129

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

Shades of Deep Cerise #D71F81

Tints of Deep Cerise #D71F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 57.33%
G = 8.27%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D71F81 (or 0xD71F81) is known color: Deep Cerise. HEX triplet: D7, 1F and 81. RGB value is (215,31,129). Sum of RGB (Red+Green+Blue) = 215+31+129=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71F81 is #28E07E. Grayscale: #606060. Windows color (decimal): -2678911 or 8462295. OLE color: 8462295.

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

Color convert

RGB 215 31 129 -
CMYK 0 0.86 0.4 0.16
HSL 328.04º 0.75% 0.48% -
HSV(B) 328.04º 0.86% 0.84% -
XYZ 32.48 17.01 22.34 -
YUV 97.19 145.96 212.03 -
System Red Green Blue C M Y K H S L
Decimal 215 31 129 0 0.86 0.4 0.16 328.04 0.75 0.48
Hex D7 1F 81 0 56 28 10 148 4B 30
Octal 327 37 201 0 126 50 20 510 113 60
Binary 11010111 11111 10000001 0 1010110 101000 10000 101001000 1001011 110000

Color Harmonies of #D71F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F81

Black with #D71F81

Text Example


Text Example

White with #D71F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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