Html Css Color HEX #D1267C Deep Cerise

📋 copy color: '#D1267C'

red 209 ◦ green 38 ◦ blue 124

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

Shades of Deep Cerise #D1267C

Tints of Deep Cerise #D1267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.24%

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 56.33%
G = 10.24%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1267C (or 0xD1267C) is known color: Deep Cerise. HEX triplet: D1, 26 and 7C. RGB value is (209,38,124). Sum of RGB (Red+Green+Blue) = 209+38+124=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1267C is #2ED983. Grayscale: #626262. Windows color (decimal): -3070340 or 8136401. OLE color: 8136401.

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

Color convert

RGB 209 38 124 -
CMYK 0 0.82 0.41 0.18
HSL 329.82º 0.69% 0.48% -
HSV(B) 329.82º 0.82% 0.82% -
XYZ 30.63 16.4 20.62 -
YUV 98.93 142.15 206.51 -
System Red Green Blue C M Y K H S L
Decimal 209 38 124 0 0.82 0.41 0.18 329.82 0.69 0.48
Hex D1 26 7C 0 52 29 12 14A 45 30
Octal 321 46 174 0 122 51 22 512 105 60
Binary 11010001 100110 1111100 0 1010010 101001 10010 101001010 1000101 110000

Color Harmonies of #D1267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1267C

Black with #D1267C

Text Example


Text Example

White with #D1267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1267C; }

 p { color: rgb(209,38,124); }

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

background-color css

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

 a { background-color: rgb(209,38,124); }

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

border-color css

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

 span { border-color: rgb(209,38,124); }

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