Html Css Color HEX #D1269D Deep Cerise

📋 copy color: '#D1269D'

red 209 ◦ green 38 ◦ blue 157

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

Shades of Deep Cerise #D1269D

Tints of Deep Cerise #D1269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.86%

R = 51.73%
G = 9.41%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1269D (or 0xD1269D) is known color: Deep Cerise. HEX triplet: D1, 26 and 9D. RGB value is (209,38,157). Sum of RGB (Red+Green+Blue) = 209+38+157=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1269D is #2ED962. Grayscale: #666666. Windows color (decimal): -3070307 or 10299089. OLE color: 10299089.

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

Color convert

RGB 209 38 157 -
CMYK 0 0.82 0.25 0.18
HSL 318.25º 0.69% 0.48% -
HSV(B) 318.25º 0.82% 0.82% -
XYZ 33.07 17.38 33.51 -
YUV 102.7 158.65 203.82 -
System Red Green Blue C M Y K H S L
Decimal 209 38 157 0 0.82 0.25 0.18 318.25 0.69 0.48
Hex D1 26 9D 0 52 19 12 13E 45 30
Octal 321 46 235 0 122 31 22 476 105 60
Binary 11010001 100110 10011101 0 1010010 11001 10010 100111110 1000101 110000

Color Harmonies of #D1269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1269D

Black with #D1269D

Text Example


Text Example

White with #D1269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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