Html Css Color HEX #D1247B Deep Cerise

📋 copy color: '#D1247B'

red 209 ◦ green 36 ◦ blue 123

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

Shades of Deep Cerise #D1247B

Tints of Deep Cerise #D1247B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 56.79%
G = 9.78%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1247B (or 0xD1247B) is known color: Deep Cerise. HEX triplet: D1, 24 and 7B. RGB value is (209,36,123). Sum of RGB (Red+Green+Blue) = 209+36+123=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1247B is #2EDB84. Grayscale: #616161. Windows color (decimal): -3070853 or 8070353. OLE color: 8070353.

HSL color Cylindrical-coordinate representation of color #D1247B: hue angle of 329.83º 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 #D1247B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 123 -
CMYK 0 0.83 0.41 0.18
HSL 329.83º 0.71% 0.48% -
HSV(B) 329.83º 0.83% 0.82% -
XYZ 30.5 16.25 20.27 -
YUV 97.65 142.31 207.43 -
System Red Green Blue C M Y K H S L
Decimal 209 36 123 0 0.83 0.41 0.18 329.83 0.71 0.48
Hex D1 24 7B 0 53 29 12 14A 47 30
Octal 321 44 173 0 123 51 22 512 107 60
Binary 11010001 100100 1111011 0 1010011 101001 10010 101001010 1000111 110000

Color Harmonies of #D1247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1247B

Black with #D1247B

Text Example


Text Example

White with #D1247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1247B; }

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

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

background-color css

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

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

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

border-color css

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

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

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