Html Css Color HEX #D1248A Deep Cerise

📋 copy color: '#D1248A'

red 209 ◦ green 36 ◦ blue 138

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

Shades of Deep Cerise #D1248A

Tints of Deep Cerise #D1248A

RGB

 RED value IS 209 (82.03% from 255) = 54.57%

 GREEN value IS 36 (14.45% from 255) = 9.4%

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

R = 54.57%
G = 9.4%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1248A (or 0xD1248A) is known color: Deep Cerise. HEX triplet: D1, 24 and 8A. RGB value is (209,36,138). Sum of RGB (Red+Green+Blue) = 209+36+138=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1248A is #2EDB75. Grayscale: #636363. Windows color (decimal): -3070838 or 9053393. OLE color: 9053393.

HSL color Cylindrical-coordinate representation of color #D1248A: hue angle of 324.62º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1248A is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 138 -
CMYK 0 0.83 0.34 0.18
HSL 324.62º 0.71% 0.48% -
HSV(B) 324.62º 0.83% 0.82% -
XYZ 31.51 16.65 25.6 -
YUV 99.36 149.81 206.21 -
System Red Green Blue C M Y K H S L
Decimal 209 36 138 0 0.83 0.34 0.18 324.62 0.71 0.48
Hex D1 24 8A 0 53 22 12 145 47 30
Octal 321 44 212 0 123 42 22 505 107 60
Binary 11010001 100100 10001010 0 1010011 100010 10010 101000101 1000111 110000

Color Harmonies of #D1248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1248A

Black with #D1248A

Text Example


Text Example

White with #D1248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1248A; }

 p { color: rgb(209,36,138); }

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

background-color css

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

 a { background-color: rgb(209,36,138); }

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

border-color css

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

 span { border-color: rgb(209,36,138); }

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