Html Css Color HEX #D1268F Deep Cerise

📋 copy color: '#D1268F'

red 209 ◦ green 38 ◦ blue 143

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

Shades of Deep Cerise #D1268F

Tints of Deep Cerise #D1268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 53.59%
G = 9.74%
B = 36.67%

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

#D1268F (or 0xD1268F) is known color: Deep Cerise. HEX triplet: D1, 26 and 8F. RGB value is (209,38,143). Sum of RGB (Red+Green+Blue) = 209+38+143=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1268F is #2ED970. Grayscale: #646464. Windows color (decimal): -3070321 or 9381585. OLE color: 9381585.

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

Color convert

RGB 209 38 143 -
CMYK 0 0.82 0.32 0.18
HSL 323.16º 0.69% 0.48% -
HSV(B) 323.16º 0.82% 0.82% -
XYZ 31.95 16.92 27.57 -
YUV 101.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 209 38 143 0 0.82 0.32 0.18 323.16 0.69 0.48
Hex D1 26 8F 0 52 20 12 143 45 30
Octal 321 46 217 0 122 40 22 503 105 60
Binary 11010001 100110 10001111 0 1010010 100000 10010 101000011 1000101 110000

Color Harmonies of #D1268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1268F

Black with #D1268F

Text Example


Text Example

White with #D1268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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