Html Css Color HEX #D5377F Deep Cerise

📋 copy color: '#D5377F'

red 213 ◦ green 55 ◦ blue 127

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

Shades of Deep Cerise #D5377F

Tints of Deep Cerise #D5377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.92%

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

R = 53.92%
G = 13.92%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5377F (or 0xD5377F) is known color: Deep Cerise. HEX triplet: D5, 37 and 7F. RGB value is (213,55,127). Sum of RGB (Red+Green+Blue) = 213+55+127=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5377F is #2AC880. Grayscale: #6E6E6E. Windows color (decimal): -2803841 or 8337365. OLE color: 8337365.

HSL color Cylindrical-coordinate representation of color #D5377F: hue angle of 332.66º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5377F is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 127 -
CMYK 0 0.74 0.40 0.16
HSL 332.66º 0.65% 0.53% -
HSV(B) 332.66º 0.74% 0.84% -
XYZ 32.64 18.41 21.91 -
YUV 110.45 137.35 201.15 -
System Red Green Blue C M Y K H S L
Decimal 213 55 127 0 0.74 0.40 0.16 332.66 0.65 0.53
Hex D5 37 7F 0 4A 28 10 14D 41 35
Octal 325 67 177 0 112 50 20 515 101 65
Binary 11010101 110111 1111111 0 1001010 101000 10000 101001101 1000001 110101

Color Harmonies of #D5377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5377F

Black with #D5377F

Text Example


Text Example

White with #D5377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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