Html Css Color HEX #D7238A Deep Cerise

📋 copy color: '#D7238A'

red 215 ◦ green 35 ◦ blue 138

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

Shades of Deep Cerise #D7238A

Tints of Deep Cerise #D7238A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 55.41%
G = 9.02%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7238A (or 0xD7238A) is known color: Deep Cerise. HEX triplet: D7, 23 and 8A. RGB value is (215,35,138). Sum of RGB (Red+Green+Blue) = 215+35+138=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D7238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7238A is #28DC75. Grayscale: #646464. Windows color (decimal): -2677878 or 9053143. OLE color: 9053143.

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

Color convert

RGB 215 35 138 -
CMYK 0 0.84 0.36 0.16
HSL 325.67º 0.72% 0.49% -
HSV(B) 325.67º 0.84% 0.84% -
XYZ 33.21 17.48 25.67 -
YUV 100.56 149.13 209.62 -
System Red Green Blue C M Y K H S L
Decimal 215 35 138 0 0.84 0.36 0.16 325.67 0.72 0.49
Hex D7 23 8A 0 54 24 10 146 48 31
Octal 327 43 212 0 124 44 20 506 110 61
Binary 11010111 100011 10001010 0 1010100 100100 10000 101000110 1001000 110001

Color Harmonies of #D7238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7238A

Black with #D7238A

Text Example


Text Example

White with #D7238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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