Html Css Color HEX #D1427C Cranberry

📋 copy color: '#D1427C'

red 209 ◦ green 66 ◦ blue 124

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

Shades of Cranberry #D1427C

Tints of Cranberry #D1427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 52.38%
G = 16.54%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1427C (or 0xD1427C) is known color: Cranberry. HEX triplet: D1, 42 and 7C. RGB value is (209,66,124). Sum of RGB (Red+Green+Blue) = 209+66+124=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1427C is #2EBD83. Grayscale: #737373. Windows color (decimal): -3063172 or 8143569. OLE color: 8143569.

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

Color convert

RGB 209 66 124 -
CMYK 0 0.68 0.41 0.18
HSL 335.66º 0.61% 0.54% -
HSV(B) 335.66º 0.68% 0.82% -
XYZ 31.88 18.91 21.04 -
YUV 115.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 209 66 124 0 0.68 0.41 0.18 335.66 0.61 0.54
Hex D1 42 7C 0 44 29 12 150 3D 36
Octal 321 102 174 0 104 51 22 520 75 66
Binary 11010001 1000010 1111100 0 1000100 101001 10010 101010000 111101 110110

Color Harmonies of #D1427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1427C

Black with #D1427C

Text Example


Text Example

White with #D1427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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