Html Css Color HEX #D7258D Deep Cerise

📋 copy color: '#D7258D'

red 215 ◦ green 37 ◦ blue 141

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

Shades of Deep Cerise #D7258D

Tints of Deep Cerise #D7258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 54.71%
G = 9.41%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7258D (or 0xD7258D) is known color: Deep Cerise. HEX triplet: D7, 25 and 8D. RGB value is (215,37,141). Sum of RGB (Red+Green+Blue) = 215+37+141=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7258D is #28DA72. Grayscale: #656565. Windows color (decimal): -2677363 or 9250263. OLE color: 9250263.

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

Color convert

RGB 215 37 141 -
CMYK 0 0.83 0.34 0.16
HSL 324.94º 0.71% 0.49% -
HSV(B) 324.94º 0.83% 0.84% -
XYZ 33.49 17.69 26.85 -
YUV 102.08 149.97 208.54 -
System Red Green Blue C M Y K H S L
Decimal 215 37 141 0 0.83 0.34 0.16 324.94 0.71 0.49
Hex D7 25 8D 0 53 22 10 145 47 31
Octal 327 45 215 0 123 42 20 505 107 61
Binary 11010111 100101 10001101 0 1010011 100010 10000 101000101 1000111 110001

Color Harmonies of #D7258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7258D

Black with #D7258D

Text Example


Text Example

White with #D7258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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