Html Css Color HEX #D7257D Deep Cerise

📋 copy color: '#D7257D'

red 215 ◦ green 37 ◦ blue 125

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

Shades of Deep Cerise #D7257D

Tints of Deep Cerise #D7257D

RGB

 RED value IS 215 (84.38% from 255) = 57.03%

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

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

R = 57.03%
G = 9.81%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7257D (or 0xD7257D) is known color: Deep Cerise. HEX triplet: D7, 25 and 7D. RGB value is (215,37,125). Sum of RGB (Red+Green+Blue) = 215+37+125=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7257D is #28DA82. Grayscale: #646464. Windows color (decimal): -2677379 or 8201687. OLE color: 8201687.

HSL color Cylindrical-coordinate representation of color #D7257D: hue angle of 330.34º degrees, saturation: 0.71, 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 #D7257D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 37 125 -
CMYK 0 0.83 0.42 0.16
HSL 330.34º 0.71% 0.49% -
HSV(B) 330.34º 0.83% 0.84% -
XYZ 32.39 17.25 21.02 -
YUV 100.25 141.97 209.84 -
System Red Green Blue C M Y K H S L
Decimal 215 37 125 0 0.83 0.42 0.16 330.34 0.71 0.49
Hex D7 25 7D 0 53 2A 10 14A 47 31
Octal 327 45 175 0 123 52 20 512 107 61
Binary 11010111 100101 1111101 0 1010011 101010 10000 101001010 1000111 110001

Color Harmonies of #D7257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7257D

Black with #D7257D

Text Example


Text Example

White with #D7257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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