Html Css Color HEX #D1268E Deep Cerise

📋 copy color: '#D1268E'

red 209 ◦ green 38 ◦ blue 142

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

Shades of Deep Cerise #D1268E

Tints of Deep Cerise #D1268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 53.73%
G = 9.77%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1268E (or 0xD1268E) is known color: Deep Cerise. HEX triplet: D1, 26 and 8E. RGB value is (209,38,142). Sum of RGB (Red+Green+Blue) = 209+38+142=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1268E is #2ED971. Grayscale: #646464. Windows color (decimal): -3070322 or 9316049. OLE color: 9316049.

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

Color convert

RGB 209 38 142 -
CMYK 0 0.82 0.32 0.18
HSL 323.51º 0.69% 0.48% -
HSV(B) 323.51º 0.82% 0.82% -
XYZ 31.87 16.89 27.17 -
YUV 100.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 209 38 142 0 0.82 0.32 0.18 323.51 0.69 0.48
Hex D1 26 8E 0 52 20 12 144 45 30
Octal 321 46 216 0 122 40 22 504 105 60
Binary 11010001 100110 10001110 0 1010010 100000 10010 101000100 1000101 110000

Color Harmonies of #D1268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1268E

Black with #D1268E

Text Example


Text Example

White with #D1268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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