Html Css Color HEX #D5327F Deep Cerise

📋 copy color: '#D5327F'

red 213 ◦ green 50 ◦ blue 127

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

Shades of Deep Cerise #D5327F

Tints of Deep Cerise #D5327F

RGB

 RED value IS 213 (83.59% from 255) = 54.62%

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

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

R = 54.62%
G = 12.82%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5327F (or 0xD5327F) is known color: Deep Cerise. HEX triplet: D5, 32 and 7F. RGB value is (213,50,127). Sum of RGB (Red+Green+Blue) = 213+50+127=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5327F is #2ACD80. Grayscale: #6B6B6B. Windows color (decimal): -2805121 or 8336085. OLE color: 8336085.

HSL color Cylindrical-coordinate representation of color #D5327F: hue angle of 331.66º degrees, saturation: 0.66, 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 #D5327F is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 127 -
CMYK 0 0.77 0.40 0.16
HSL 331.66º 0.66% 0.52% -
HSV(B) 331.66º 0.77% 0.84% -
XYZ 32.41 17.96 21.84 -
YUV 107.52 139 203.24 -
System Red Green Blue C M Y K H S L
Decimal 213 50 127 0 0.77 0.40 0.16 331.66 0.66 0.52
Hex D5 32 7F 0 4D 28 10 14C 42 34
Octal 325 62 177 0 115 50 20 514 102 64
Binary 11010101 110010 1111111 0 1001101 101000 10000 101001100 1000010 110100

Color Harmonies of #D5327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5327F

Black with #D5327F

Text Example


Text Example

White with #D5327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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