Html Css Color HEX #D127A0 Deep Cerise

📋 copy color: '#D127A0'

red 209 ◦ green 39 ◦ blue 160

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

Shades of Deep Cerise #D127A0

Tints of Deep Cerise #D127A0

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.56%

 BLUE value IS 160 (62.89% from 255) = 39.22%

R = 51.23%
G = 9.56%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D127A0 (or 0xD127A0) is known color: Deep Cerise. HEX triplet: D1, 27 and A0. RGB value is (209,39,160). Sum of RGB (Red+Green+Blue) = 209+39+160=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D127A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D127A0 is #2ED85F. Grayscale: #676767. Windows color (decimal): -3070048 or 10495953. OLE color: 10495953.

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

Color convert

RGB 209 39 160 -
CMYK 0 0.81 0.23 0.18
HSL 317.29º 0.69% 0.49% -
HSV(B) 317.29º 0.81% 0.82% -
XYZ 33.37 17.54 34.89 -
YUV 103.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 209 39 160 0 0.81 0.23 0.18 317.29 0.69 0.49
Hex D1 27 A0 0 51 17 12 13D 45 31
Octal 321 47 240 0 121 27 22 475 105 61
Binary 11010001 100111 10100000 0 1010001 10111 10010 100111101 1000101 110001

Color Harmonies of #D127A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D127A0

Black with #D127A0

Text Example


Text Example

White with #D127A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D127A0; }

 p { color: rgb(209,39,160); }

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

background-color css

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

 a { background-color: rgb(209,39,160); }

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

border-color css

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

 span { border-color: rgb(209,39,160); }

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