Html Css Color HEX #D14181 Deep Cerise

📋 copy color: '#D14181'

red 209 ◦ green 65 ◦ blue 129

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

Shades of Deep Cerise #D14181

Tints of Deep Cerise #D14181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.01%

R = 51.86%
G = 16.13%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D14181 (or 0xD14181) is known color: Deep Cerise. HEX triplet: D1, 41 and 81. RGB value is (209,65,129). Sum of RGB (Red+Green+Blue) = 209+65+129=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D14181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14181 is #2EBE7E. Grayscale: #737373. Windows color (decimal): -3063423 or 8470993. OLE color: 8470993.

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

Color convert

RGB 209 65 129 -
CMYK 0 0.69 0.38 0.18
HSL 333.33º 0.61% 0.54% -
HSV(B) 333.33º 0.69% 0.82% -
XYZ 32.15 18.92 22.73 -
YUV 115.35 135.71 194.8 -
System Red Green Blue C M Y K H S L
Decimal 209 65 129 0 0.69 0.38 0.18 333.33 0.61 0.54
Hex D1 41 81 0 45 26 12 14D 3D 36
Octal 321 101 201 0 105 46 22 515 75 66
Binary 11010001 1000001 10000001 0 1000101 100110 10010 101001101 111101 110110

Color Harmonies of #D14181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14181

Black with #D14181

Text Example


Text Example

White with #D14181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14181; }

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

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

background-color css

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

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

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

border-color css

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

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

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