Html Css Color HEX #D7238D Deep Cerise

📋 copy color: '#D7238D'

red 215 ◦ green 35 ◦ blue 141

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

Shades of Deep Cerise #D7238D

Tints of Deep Cerise #D7238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.95%

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

R = 54.99%
G = 8.95%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7238D (or 0xD7238D) is known color: Deep Cerise. HEX triplet: D7, 23 and 8D. RGB value is (215,35,141). Sum of RGB (Red+Green+Blue) = 215+35+141=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7238D is #28DC72. Grayscale: #646464. Windows color (decimal): -2677875 or 9249751. OLE color: 9249751.

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

Color convert

RGB 215 35 141 -
CMYK 0 0.84 0.34 0.16
HSL 324.67º 0.72% 0.49% -
HSV(B) 324.67º 0.84% 0.84% -
XYZ 33.43 17.57 26.83 -
YUV 100.9 150.63 209.38 -
System Red Green Blue C M Y K H S L
Decimal 215 35 141 0 0.84 0.34 0.16 324.67 0.72 0.49
Hex D7 23 8D 0 54 22 10 145 48 31
Octal 327 43 215 0 124 42 20 505 110 61
Binary 11010111 100011 10001101 0 1010100 100010 10000 101000101 1001000 110001

Color Harmonies of #D7238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7238D

Black with #D7238D

Text Example


Text Example

White with #D7238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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