Html Css Color HEX #D1368D Deep Cerise

📋 copy color: '#D1368D'

red 209 ◦ green 54 ◦ blue 141

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

Shades of Deep Cerise #D1368D

Tints of Deep Cerise #D1368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 51.73%
G = 13.37%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1368D (or 0xD1368D) is known color: Deep Cerise. HEX triplet: D1, 36 and 8D. RGB value is (209,54,141). Sum of RGB (Red+Green+Blue) = 209+54+141=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1368D is #2EC972. Grayscale: #6E6E6E. Windows color (decimal): -3066227 or 9254609. OLE color: 9254609.

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

Color convert

RGB 209 54 141 -
CMYK 0 0.74 0.33 0.18
HSL 326.32º 0.63% 0.52% -
HSV(B) 326.32º 0.74% 0.82% -
XYZ 32.42 18.12 26.99 -
YUV 110.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 209 54 141 0 0.74 0.33 0.18 326.32 0.63 0.52
Hex D1 36 8D 0 4A 21 12 146 3F 34
Octal 321 66 215 0 112 41 22 506 77 64
Binary 11010001 110110 10001101 0 1001010 100001 10010 101000110 111111 110100

Color Harmonies of #D1368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1368D

Black with #D1368D

Text Example


Text Example

White with #D1368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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