Html Css Color HEX #D1427F Deep Cerise

📋 copy color: '#D1427F'

red 209 ◦ green 66 ◦ blue 127

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

Shades of Deep Cerise #D1427F

Tints of Deep Cerise #D1427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.42%

 BLUE value IS 127 (50% from 255) = 31.59%

R = 51.99%
G = 16.42%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1427F (or 0xD1427F) is known color: Deep Cerise. HEX triplet: D1, 42 and 7F. RGB value is (209,66,127). Sum of RGB (Red+Green+Blue) = 209+66+127=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1427F is #2EBD80. Grayscale: #737373. Windows color (decimal): -3063169 or 8340177. OLE color: 8340177.

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

Color convert

RGB 209 66 127 -
CMYK 0 0.68 0.39 0.18
HSL 334.41º 0.61% 0.54% -
HSV(B) 334.41º 0.68% 0.82% -
XYZ 32.07 18.98 22.05 -
YUV 115.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 209 66 127 0 0.68 0.39 0.18 334.41 0.61 0.54
Hex D1 42 7F 0 44 27 12 14E 3D 36
Octal 321 102 177 0 104 47 22 516 75 66
Binary 11010001 1000010 1111111 0 1000100 100111 10010 101001110 111101 110110

Color Harmonies of #D1427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1427F

Black with #D1427F

Text Example


Text Example

White with #D1427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1427F; }

 p { color: rgb(209,66,127); }

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

background-color css

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

 a { background-color: rgb(209,66,127); }

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

border-color css

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

 span { border-color: rgb(209,66,127); }

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