Html Css Color HEX #D1369B Deep Cerise

📋 copy color: '#D1369B'

red 209 ◦ green 54 ◦ blue 155

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

Shades of Deep Cerise #D1369B

Tints of Deep Cerise #D1369B

RGB

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

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

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

R = 50%
G = 12.92%
B = 37.08%

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

#D1369B (or 0xD1369B) is known color: Deep Cerise. HEX triplet: D1, 36 and 9B. RGB value is (209,54,155). Sum of RGB (Red+Green+Blue) = 209+54+155=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1369B is #2EC964. Grayscale: #6F6F6F. Windows color (decimal): -3066213 or 10172113. OLE color: 10172113.

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

Color convert

RGB 209 54 155 -
CMYK 0 0.74 0.26 0.18
HSL 320.9º 0.63% 0.52% -
HSV(B) 320.9º 0.74% 0.82% -
XYZ 33.53 18.56 32.83 -
YUV 111.86 152.35 197.29 -
System Red Green Blue C M Y K H S L
Decimal 209 54 155 0 0.74 0.26 0.18 320.9 0.63 0.52
Hex D1 36 9B 0 4A 1A 12 141 3F 34
Octal 321 66 233 0 112 32 22 501 77 64
Binary 11010001 110110 10011011 0 1001010 11010 10010 101000001 111111 110100

Color Harmonies of #D1369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1369B

Black with #D1369B

Text Example


Text Example

White with #D1369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1369B; }

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

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

background-color css

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

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

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

border-color css

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

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

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