Html Css Color HEX #D71F7A Deep Cerise

📋 copy color: '#D71F7A'

red 215 ◦ green 31 ◦ blue 122

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

Shades of Deep Cerise #D71F7A

Tints of Deep Cerise #D71F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.15%

R = 58.42%
G = 8.42%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D71F7A (or 0xD71F7A) is known color: Deep Cerise. HEX triplet: D7, 1F and 7A. RGB value is (215,31,122). Sum of RGB (Red+Green+Blue) = 215+31+122=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F7A is #28E085. Grayscale: #606060. Windows color (decimal): -2678918 or 8003543. OLE color: 8003543.

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

Color convert

RGB 215 31 122 -
CMYK 0 0.86 0.43 0.16
HSL 330.33º 0.75% 0.48% -
HSV(B) 330.33º 0.86% 0.84% -
XYZ 32.03 16.83 19.97 -
YUV 96.39 142.46 212.6 -
System Red Green Blue C M Y K H S L
Decimal 215 31 122 0 0.86 0.43 0.16 330.33 0.75 0.48
Hex D7 1F 7A 0 56 2B 10 14A 4B 30
Octal 327 37 172 0 126 53 20 512 113 60
Binary 11010111 11111 1111010 0 1010110 101011 10000 101001010 1001011 110000

Color Harmonies of #D71F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F7A

Black with #D71F7A

Text Example


Text Example

White with #D71F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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