Html Css Color HEX #D1367D Deep Cerise

📋 copy color: '#D1367D'

red 209 ◦ green 54 ◦ blue 125

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

Shades of Deep Cerise #D1367D

Tints of Deep Cerise #D1367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.92%

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 53.87%
G = 13.92%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1367D (or 0xD1367D) is known color: Deep Cerise. HEX triplet: D1, 36 and 7D. RGB value is (209,54,125). Sum of RGB (Red+Green+Blue) = 209+54+125=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1367D is #2EC982. Grayscale: #6C6C6C. Windows color (decimal): -3066243 or 8206033. OLE color: 8206033.

HSL color Cylindrical-coordinate representation of color #D1367D: hue angle of 332.52º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1367D is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 54 125 -
CMYK 0 0.74 0.40 0.18
HSL 332.52º 0.63% 0.52% -
HSV(B) 332.52º 0.74% 0.82% -
XYZ 31.32 17.67 21.16 -
YUV 108.44 137.35 199.73 -
System Red Green Blue C M Y K H S L
Decimal 209 54 125 0 0.74 0.40 0.18 332.52 0.63 0.52
Hex D1 36 7D 0 4A 28 12 14D 3F 34
Octal 321 66 175 0 112 50 22 515 77 64
Binary 11010001 110110 1111101 0 1001010 101000 10010 101001101 111111 110100

Color Harmonies of #D1367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1367D

Black with #D1367D

Text Example


Text Example

White with #D1367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1367D; }

 p { color: rgb(209,54,125); }

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

background-color css

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

 a { background-color: rgb(209,54,125); }

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

border-color css

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

 span { border-color: rgb(209,54,125); }

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