Html Css Color HEX #D7218B Deep Cerise

📋 copy color: '#D7218B'

red 215 ◦ green 33 ◦ blue 139

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

Shades of Deep Cerise #D7218B

Tints of Deep Cerise #D7218B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.53%

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 55.56%
G = 8.53%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7218B (or 0xD7218B) is known color: Deep Cerise. HEX triplet: D7, 21 and 8B. RGB value is (215,33,139). Sum of RGB (Red+Green+Blue) = 215+33+139=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D7218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7218B is #28DE74. Grayscale: #636363. Windows color (decimal): -2678389 or 9118167. OLE color: 9118167.

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

Color convert

RGB 215 33 139 -
CMYK 0 0.85 0.35 0.16
HSL 325.05º 0.73% 0.49% -
HSV(B) 325.05º 0.85% 0.84% -
XYZ 33.23 17.4 26.03 -
YUV 99.5 150.3 210.38 -
System Red Green Blue C M Y K H S L
Decimal 215 33 139 0 0.85 0.35 0.16 325.05 0.73 0.49
Hex D7 21 8B 0 55 23 10 145 49 31
Octal 327 41 213 0 125 43 20 505 111 61
Binary 11010111 100001 10001011 0 1010101 100011 10000 101000101 1001001 110001

Color Harmonies of #D7218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7218B

Black with #D7218B

Text Example


Text Example

White with #D7218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7218B; }

 p { color: rgb(215,33,139); }

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

background-color css

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

 a { background-color: rgb(215,33,139); }

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

border-color css

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

 span { border-color: rgb(215,33,139); }

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