Html Css Color HEX #D1379B Deep Cerise

📋 copy color: '#D1379B'

red 209 ◦ green 55 ◦ blue 155

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

Shades of Deep Cerise #D1379B

Tints of Deep Cerise #D1379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.99%

R = 49.88%
G = 13.13%
B = 36.99%

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

#D1379B (or 0xD1379B) is known color: Deep Cerise. HEX triplet: D1, 37 and 9B. RGB value is (209,55,155). Sum of RGB (Red+Green+Blue) = 209+55+155=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1379B is #2EC864. Grayscale: #707070. Windows color (decimal): -3065957 or 10172369. OLE color: 10172369.

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

Color convert

RGB 209 55 155 -
CMYK 0 0.74 0.26 0.18
HSL 321.04º 0.63% 0.52% -
HSV(B) 321.04º 0.74% 0.82% -
XYZ 33.58 18.65 32.84 -
YUV 112.45 152.02 196.87 -
System Red Green Blue C M Y K H S L
Decimal 209 55 155 0 0.74 0.26 0.18 321.04 0.63 0.52
Hex D1 37 9B 0 4A 1A 12 141 3F 34
Octal 321 67 233 0 112 32 22 501 77 64
Binary 11010001 110111 10011011 0 1001010 11010 10010 101000001 111111 110100

Color Harmonies of #D1379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1379B

Black with #D1379B

Text Example


Text Example

White with #D1379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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