Html Css Color HEX #D1369D Deep Cerise

📋 copy color: '#D1369D'

red 209 ◦ green 54 ◦ blue 157

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

Shades of Deep Cerise #D1369D

Tints of Deep Cerise #D1369D

RGB

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

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

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

R = 49.76%
G = 12.86%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1369D (or 0xD1369D) is known color: Deep Cerise. HEX triplet: D1, 36 and 9D. RGB value is (209,54,157). Sum of RGB (Red+Green+Blue) = 209+54+157=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1369D is #2EC962. Grayscale: #6F6F6F. Windows color (decimal): -3066211 or 10303185. OLE color: 10303185.

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

Color convert

RGB 209 54 157 -
CMYK 0 0.74 0.25 0.18
HSL 320.13º 0.63% 0.52% -
HSV(B) 320.13º 0.74% 0.82% -
XYZ 33.7 18.63 33.72 -
YUV 112.09 153.35 197.12 -
System Red Green Blue C M Y K H S L
Decimal 209 54 157 0 0.74 0.25 0.18 320.13 0.63 0.52
Hex D1 36 9D 0 4A 19 12 140 3F 34
Octal 321 66 235 0 112 31 22 500 77 64
Binary 11010001 110110 10011101 0 1001010 11001 10010 101000000 111111 110100

Color Harmonies of #D1369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1369D

Black with #D1369D

Text Example


Text Example

White with #D1369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1369D; }

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

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

background-color css

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

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

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

border-color css

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

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

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