Html Css Color HEX #D1267A Deep Cerise

📋 copy color: '#D1267A'

red 209 ◦ green 38 ◦ blue 122

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

Shades of Deep Cerise #D1267A

Tints of Deep Cerise #D1267A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 56.64%
G = 10.3%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1267A (or 0xD1267A) is known color: Deep Cerise. HEX triplet: D1, 26 and 7A. RGB value is (209,38,122). Sum of RGB (Red+Green+Blue) = 209+38+122=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1267A is #2ED985. Grayscale: #626262. Windows color (decimal): -3070342 or 8005329. OLE color: 8005329.

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

Color convert

RGB 209 38 122 -
CMYK 0 0.82 0.42 0.18
HSL 330.53º 0.69% 0.48% -
HSV(B) 330.53º 0.82% 0.82% -
XYZ 30.5 16.35 19.96 -
YUV 98.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 209 38 122 0 0.82 0.42 0.18 330.53 0.69 0.48
Hex D1 26 7A 0 52 2A 12 14B 45 30
Octal 321 46 172 0 122 52 22 513 105 60
Binary 11010001 100110 1111010 0 1010010 101010 10010 101001011 1000101 110000

Color Harmonies of #D1267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1267A

Black with #D1267A

Text Example


Text Example

White with #D1267A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1267A; }

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

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

background-color css

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

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

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

border-color css

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

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

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