Html Css Color HEX #D1267B Deep Cerise

📋 copy color: '#D1267B'

red 209 ◦ green 38 ◦ blue 123

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

Shades of Deep Cerise #D1267B

Tints of Deep Cerise #D1267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 56.49%
G = 10.27%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1267B (or 0xD1267B) is known color: Deep Cerise. HEX triplet: D1, 26 and 7B. RGB value is (209,38,123). Sum of RGB (Red+Green+Blue) = 209+38+123=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1267B is #2ED984. Grayscale: #626262. Windows color (decimal): -3070341 or 8070865. OLE color: 8070865.

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

Color convert

RGB 209 38 123 -
CMYK 0 0.82 0.41 0.18
HSL 330.18º 0.69% 0.48% -
HSV(B) 330.18º 0.82% 0.82% -
XYZ 30.56 16.37 20.29 -
YUV 98.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 209 38 123 0 0.82 0.41 0.18 330.18 0.69 0.48
Hex D1 26 7B 0 52 29 12 14A 45 30
Octal 321 46 173 0 122 51 22 512 105 60
Binary 11010001 100110 1111011 0 1010010 101001 10010 101001010 1000101 110000

Color Harmonies of #D1267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1267B

Black with #D1267B

Text Example


Text Example

White with #D1267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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