Html Css Color HEX #D1379F Deep Cerise

📋 copy color: '#D1379F'

red 209 ◦ green 55 ◦ blue 159

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

Shades of Deep Cerise #D1379F

Tints of Deep Cerise #D1379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13%

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

R = 49.41%
G = 13%
B = 37.59%

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

#D1379F (or 0xD1379F) is known color: Deep Cerise. HEX triplet: D1, 37 and 9F. RGB value is (209,55,159). Sum of RGB (Red+Green+Blue) = 209+55+159=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1379F is #2EC860. Grayscale: #707070. Windows color (decimal): -3065953 or 10434513. OLE color: 10434513.

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

Color convert

RGB 209 55 159 -
CMYK 0 0.74 0.24 0.18
HSL 319.48º 0.63% 0.52% -
HSV(B) 319.48º 0.74% 0.82% -
XYZ 33.92 18.79 34.64 -
YUV 112.9 154.02 196.54 -
System Red Green Blue C M Y K H S L
Decimal 209 55 159 0 0.74 0.24 0.18 319.48 0.63 0.52
Hex D1 37 9F 0 4A 18 12 13F 3F 34
Octal 321 67 237 0 112 30 22 477 77 64
Binary 11010001 110111 10011111 0 1001010 11000 10010 100111111 111111 110100

Color Harmonies of #D1379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1379F

Black with #D1379F

Text Example


Text Example

White with #D1379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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