Html Css Color HEX #D5277F Deep Cerise

📋 copy color: '#D5277F'

red 213 ◦ green 39 ◦ blue 127

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

Shades of Deep Cerise #D5277F

Tints of Deep Cerise #D5277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.29%

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

R = 56.2%
G = 10.29%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5277F (or 0xD5277F) is known color: Deep Cerise. HEX triplet: D5, 27 and 7F. RGB value is (213,39,127). Sum of RGB (Red+Green+Blue) = 213+39+127=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5277F is #2AD880. Grayscale: #646464. Windows color (decimal): -2807937 or 8333269. OLE color: 8333269.

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

Color convert

RGB 213 39 127 -
CMYK 0 0.82 0.40 0.16
HSL 329.66º 0.69% 0.49% -
HSV(B) 329.66º 0.82% 0.84% -
XYZ 32 17.13 21.7 -
YUV 101.06 142.65 207.84 -
System Red Green Blue C M Y K H S L
Decimal 213 39 127 0 0.82 0.40 0.16 329.66 0.69 0.49
Hex D5 27 7F 0 52 28 10 14A 45 31
Octal 325 47 177 0 122 50 20 512 105 61
Binary 11010101 100111 1111111 0 1010010 101000 10000 101001010 1000101 110001

Color Harmonies of #D5277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5277F

Black with #D5277F

Text Example


Text Example

White with #D5277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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