Html Css Color HEX #D1369F Deep Cerise

📋 copy color: '#D1369F'

red 209 ◦ green 54 ◦ blue 159

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

Shades of Deep Cerise #D1369F

Tints of Deep Cerise #D1369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 49.53%
G = 12.8%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1369F (or 0xD1369F) is known color: Deep Cerise. HEX triplet: D1, 36 and 9F. RGB value is (209,54,159). Sum of RGB (Red+Green+Blue) = 209+54+159=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1369F is #2EC960. Grayscale: #707070. Windows color (decimal): -3066209 or 10434257. OLE color: 10434257.

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

Color convert

RGB 209 54 159 -
CMYK 0 0.74 0.24 0.18
HSL 319.35º 0.63% 0.52% -
HSV(B) 319.35º 0.74% 0.82% -
XYZ 33.87 18.7 34.62 -
YUV 112.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 209 54 159 0 0.74 0.24 0.18 319.35 0.63 0.52
Hex D1 36 9F 0 4A 18 12 13F 3F 34
Octal 321 66 237 0 112 30 22 477 77 64
Binary 11010001 110110 10011111 0 1001010 11000 10010 100111111 111111 110100

Color Harmonies of #D1369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1369F

Black with #D1369F

Text Example


Text Example

White with #D1369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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