Html Css Color HEX #D1268B Deep Cerise

📋 copy color: '#D1268B'

red 209 ◦ green 38 ◦ blue 139

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

Shades of Deep Cerise #D1268B

Tints of Deep Cerise #D1268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 54.15%
G = 9.84%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1268B (or 0xD1268B) is known color: Deep Cerise. HEX triplet: D1, 26 and 8B. RGB value is (209,38,139). Sum of RGB (Red+Green+Blue) = 209+38+139=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1268B is #2ED974. Grayscale: #646464. Windows color (decimal): -3070325 or 9119441. OLE color: 9119441.

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

Color convert

RGB 209 38 139 -
CMYK 0 0.82 0.33 0.18
HSL 324.56º 0.69% 0.48% -
HSV(B) 324.56º 0.82% 0.82% -
XYZ 31.65 16.81 26 -
YUV 100.64 149.65 205.29 -
System Red Green Blue C M Y K H S L
Decimal 209 38 139 0 0.82 0.33 0.18 324.56 0.69 0.48
Hex D1 26 8B 0 52 21 12 145 45 30
Octal 321 46 213 0 122 41 22 505 105 60
Binary 11010001 100110 10001011 0 1010010 100001 10010 101000101 1000101 110000

Color Harmonies of #D1268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1268B

Black with #D1268B

Text Example


Text Example

White with #D1268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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