Html Css Color HEX #D7238C Deep Cerise

📋 copy color: '#D7238C'

red 215 ◦ green 35 ◦ blue 140

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

Shades of Deep Cerise #D7238C

Tints of Deep Cerise #D7238C

RGB

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

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

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

R = 55.13%
G = 8.97%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7238C (or 0xD7238C) is known color: Deep Cerise. HEX triplet: D7, 23 and 8C. RGB value is (215,35,140). Sum of RGB (Red+Green+Blue) = 215+35+140=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D7238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7238C is #28DC73. Grayscale: #646464. Windows color (decimal): -2677876 or 9184215. OLE color: 9184215.

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

Color convert

RGB 215 35 140 -
CMYK 0 0.84 0.35 0.16
HSL 325º 0.72% 0.49% -
HSV(B) 325º 0.84% 0.84% -
XYZ 33.36 17.54 26.44 -
YUV 100.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 215 35 140 0 0.84 0.35 0.16 325 0.72 0.49
Hex D7 23 8C 0 54 23 10 145 48 31
Octal 327 43 214 0 124 43 20 505 110 61
Binary 11010111 100011 10001100 0 1010100 100011 10000 101000101 1001000 110001

Color Harmonies of #D7238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7238C

Black with #D7238C

Text Example


Text Example

White with #D7238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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