Html Css Color HEX #D7258C Deep Cerise

📋 copy color: '#D7258C'

red 215 ◦ green 37 ◦ blue 140

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

Shades of Deep Cerise #D7258C

Tints of Deep Cerise #D7258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.71%

R = 54.85%
G = 9.44%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7258C (or 0xD7258C) is known color: Deep Cerise. HEX triplet: D7, 25 and 8C. RGB value is (215,37,140). Sum of RGB (Red+Green+Blue) = 215+37+140=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7258C is #28DA73. Grayscale: #656565. Windows color (decimal): -2677364 or 9184727. OLE color: 9184727.

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

Color convert

RGB 215 37 140 -
CMYK 0 0.83 0.35 0.16
HSL 325.28º 0.71% 0.49% -
HSV(B) 325.28º 0.83% 0.84% -
XYZ 33.42 17.66 26.46 -
YUV 101.96 149.47 208.62 -
System Red Green Blue C M Y K H S L
Decimal 215 37 140 0 0.83 0.35 0.16 325.28 0.71 0.49
Hex D7 25 8C 0 53 23 10 145 47 31
Octal 327 45 214 0 123 43 20 505 107 61
Binary 11010111 100101 10001100 0 1010011 100011 10000 101000101 1000111 110001

Color Harmonies of #D7258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7258C

Black with #D7258C

Text Example


Text Example

White with #D7258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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