Html Css Color HEX #D5257D Deep Cerise

📋 copy color: '#D5257D'

red 213 ◦ green 37 ◦ blue 125

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

Shades of Deep Cerise #D5257D

Tints of Deep Cerise #D5257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.87%

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 56.8%
G = 9.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5257D (or 0xD5257D) is known color: Deep Cerise. HEX triplet: D5, 25 and 7D. RGB value is (213,37,125). Sum of RGB (Red+Green+Blue) = 213+37+125=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5257D is #2ADA82. Grayscale: #636363. Windows color (decimal): -2808451 or 8201685. OLE color: 8201685.

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

Color convert

RGB 213 37 125 -
CMYK 0 0.83 0.41 0.16
HSL 330º 0.7% 0.49% -
HSV(B) 330º 0.83% 0.84% -
XYZ 31.8 16.95 21 -
YUV 99.66 142.31 208.84 -
System Red Green Blue C M Y K H S L
Decimal 213 37 125 0 0.83 0.41 0.16 330 0.7 0.49
Hex D5 25 7D 0 53 29 10 14A 46 31
Octal 325 45 175 0 123 51 20 512 106 61
Binary 11010101 100101 1111101 0 1010011 101001 10000 101001010 1000110 110001

Color Harmonies of #D5257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5257D

Black with #D5257D

Text Example


Text Example

White with #D5257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5257D; }

 p { color: rgb(213,37,125); }

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

background-color css

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

 a { background-color: rgb(213,37,125); }

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

border-color css

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

 span { border-color: rgb(213,37,125); }

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