Html Css Color HEX #D134A6 Deep Cerise

📋 copy color: '#D134A6'

red 209 ◦ green 52 ◦ blue 166

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

Shades of Deep Cerise #D134A6

Tints of Deep Cerise #D134A6

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.18%

 BLUE value IS 166 (65.23% from 255) = 38.88%

R = 48.95%
G = 12.18%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D134A6 (or 0xD134A6) is known color: Deep Cerise. HEX triplet: D1, 34 and A6. RGB value is (209,52,166). Sum of RGB (Red+Green+Blue) = 209+52+166=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D134A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D134A6 is #2ECB59. Grayscale: #6F6F6F. Windows color (decimal): -3066714 or 10892497. OLE color: 10892497.

HSL color Cylindrical-coordinate representation of color #D134A6: hue angle of 316.43º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D134A6 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 52 166 -
CMYK 0 0.75 0.21 0.18
HSL 316.43º 0.63% 0.51% -
HSV(B) 316.43º 0.75% 0.82% -
XYZ 34.41 18.76 37.88 -
YUV 111.94 158.51 197.23 -
System Red Green Blue C M Y K H S L
Decimal 209 52 166 0 0.75 0.21 0.18 316.43 0.63 0.51
Hex D1 34 A6 0 4B 15 12 13C 3F 33
Octal 321 64 246 0 113 25 22 474 77 63
Binary 11010001 110100 10100110 0 1001011 10101 10010 100111100 111111 110011

Color Harmonies of #D134A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D134A6

Black with #D134A6

Text Example


Text Example

White with #D134A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D134A6; }

 p { color: rgb(209,52,166); }

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

background-color css

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

 a { background-color: rgb(209,52,166); }

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

border-color css

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

 span { border-color: rgb(209,52,166); }

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