Html Css Color HEX #D14183 Deep Cerise

📋 copy color: '#D14183'

red 209 ◦ green 65 ◦ blue 131

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

Shades of Deep Cerise #D14183

Tints of Deep Cerise #D14183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.05%

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 51.6%
G = 16.05%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D14183 (or 0xD14183) is known color: Deep Cerise. HEX triplet: D1, 41 and 83. RGB value is (209,65,131). Sum of RGB (Red+Green+Blue) = 209+65+131=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D14183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14183 is #2EBE7C. Grayscale: #737373. Windows color (decimal): -3063421 or 8602065. OLE color: 8602065.

HSL color Cylindrical-coordinate representation of color #D14183: hue angle of 332.5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14183 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 65 131 -
CMYK 0 0.69 0.37 0.18
HSL 332.5º 0.61% 0.54% -
HSV(B) 332.5º 0.69% 0.82% -
XYZ 32.28 18.97 23.43 -
YUV 115.58 136.71 194.63 -
System Red Green Blue C M Y K H S L
Decimal 209 65 131 0 0.69 0.37 0.18 332.5 0.61 0.54
Hex D1 41 83 0 45 25 12 14C 3D 36
Octal 321 101 203 0 105 45 22 514 75 66
Binary 11010001 1000001 10000011 0 1000101 100101 10010 101001100 111101 110110

Color Harmonies of #D14183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14183

Black with #D14183

Text Example


Text Example

White with #D14183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14183; }

 p { color: rgb(209,65,131); }

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

background-color css

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

 a { background-color: rgb(209,65,131); }

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

border-color css

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

 span { border-color: rgb(209,65,131); }

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