Html Css Color HEX #D7327F Deep Cerise

📋 copy color: '#D7327F'

red 215 ◦ green 50 ◦ blue 127

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

Shades of Deep Cerise #D7327F

Tints of Deep Cerise #D7327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.76%

 BLUE value IS 127 (50% from 255) = 32.4%

R = 54.85%
G = 12.76%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7327F (or 0xD7327F) is known color: Deep Cerise. HEX triplet: D7, 32 and 7F. RGB value is (215,50,127). Sum of RGB (Red+Green+Blue) = 215+50+127=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7327F is #28CD80. Grayscale: #6B6B6B. Windows color (decimal): -2674049 or 8336087. OLE color: 8336087.

HSL color Cylindrical-coordinate representation of color #D7327F: hue angle of 332º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7327F is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 127 -
CMYK 0 0.77 0.41 0.16
HSL 332º 0.67% 0.52% -
HSV(B) 332º 0.77% 0.84% -
XYZ 33 18.26 21.86 -
YUV 108.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 215 50 127 0 0.77 0.41 0.16 332 0.67 0.52
Hex D7 32 7F 0 4D 29 10 14C 43 34
Octal 327 62 177 0 115 51 20 514 103 64
Binary 11010111 110010 1111111 0 1001101 101001 10000 101001100 1000011 110100

Color Harmonies of #D7327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7327F

Black with #D7327F

Text Example


Text Example

White with #D7327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7327F; }

 p { color: rgb(215,50,127); }

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

background-color css

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

 a { background-color: rgb(215,50,127); }

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

border-color css

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

 span { border-color: rgb(215,50,127); }

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