Html Css Color HEX #D1369A Deep Cerise

📋 copy color: '#D1369A'

red 209 ◦ green 54 ◦ blue 154

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

Shades of Deep Cerise #D1369A

Tints of Deep Cerise #D1369A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 50.12%
G = 12.95%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1369A (or 0xD1369A) is known color: Deep Cerise. HEX triplet: D1, 36 and 9A. RGB value is (209,54,154). Sum of RGB (Red+Green+Blue) = 209+54+154=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1369A is #2EC965. Grayscale: #6F6F6F. Windows color (decimal): -3066214 or 10106577. OLE color: 10106577.

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

Color convert

RGB 209 54 154 -
CMYK 0 0.74 0.26 0.18
HSL 321.29º 0.63% 0.52% -
HSV(B) 321.29º 0.74% 0.82% -
XYZ 33.45 18.53 32.39 -
YUV 111.75 151.85 197.37 -
System Red Green Blue C M Y K H S L
Decimal 209 54 154 0 0.74 0.26 0.18 321.29 0.63 0.52
Hex D1 36 9A 0 4A 1A 12 141 3F 34
Octal 321 66 232 0 112 32 22 501 77 64
Binary 11010001 110110 10011010 0 1001010 11010 10010 101000001 111111 110100

Color Harmonies of #D1369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1369A

Black with #D1369A

Text Example


Text Example

White with #D1369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1369A; }

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

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

background-color css

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

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

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

border-color css

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

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

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