Html Css Color HEX #D5417F Deep Cerise

📋 copy color: '#D5417F'

red 213 ◦ green 65 ◦ blue 127

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

Shades of Deep Cerise #D5417F

Tints of Deep Cerise #D5417F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.05%

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

R = 52.59%
G = 16.05%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5417F (or 0xD5417F) is known color: Deep Cerise. HEX triplet: D5, 41 and 7F. RGB value is (213,65,127). Sum of RGB (Red+Green+Blue) = 213+65+127=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5417F is #2ABE80. Grayscale: #747474. Windows color (decimal): -2801281 or 8339925. OLE color: 8339925.

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

Color convert

RGB 213 65 127 -
CMYK 0 0.69 0.40 0.16
HSL 334.86º 0.64% 0.55% -
HSV(B) 334.86º 0.69% 0.84% -
XYZ 33.16 19.46 22.09 -
YUV 116.32 134.03 196.96 -
System Red Green Blue C M Y K H S L
Decimal 213 65 127 0 0.69 0.40 0.16 334.86 0.64 0.55
Hex D5 41 7F 0 45 28 10 14F 40 37
Octal 325 101 177 0 105 50 20 517 100 67
Binary 11010101 1000001 1111111 0 1000101 101000 10000 101001111 1000000 110111

Color Harmonies of #D5417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5417F

Black with #D5417F

Text Example


Text Example

White with #D5417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5417F; }

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

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

background-color css

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

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

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

border-color css

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

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

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