Html Css Color HEX #D9427C Cranberry

📋 copy color: '#D9427C'

red 217 ◦ green 66 ◦ blue 124

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

Shades of Cranberry #D9427C

Tints of Cranberry #D9427C

RGB

 RED value IS 217 (85.16% from 255) = 53.32%

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

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

R = 53.32%
G = 16.22%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9427C (or 0xD9427C) is known color: Cranberry. HEX triplet: D9, 42 and 7C. RGB value is (217,66,124). Sum of RGB (Red+Green+Blue) = 217+66+124=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9427C is #26BD83. Grayscale: #757575. Windows color (decimal): -2538884 or 8143577. OLE color: 8143577.

HSL color Cylindrical-coordinate representation of color #D9427C: hue angle of 336.95º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9427C is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 124 -
CMYK 0 0.70 0.43 0.15
HSL 336.95º 0.67% 0.55% -
HSV(B) 336.95º 0.7% 0.85% -
XYZ 34.2 20.1 21.15 -
YUV 117.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 217 66 124 0 0.70 0.43 0.15 336.95 0.67 0.55
Hex D9 42 7C 0 46 2B F 151 43 37
Octal 331 102 174 0 106 53 17 521 103 67
Binary 11011001 1000010 1111100 0 1000110 101011 1111 101010001 1000011 110111

Color Harmonies of #D9427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9427C

Black with #D9427C

Text Example


Text Example

White with #D9427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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