Html Css Color HEX #D9427A Cranberry

📋 copy color: '#D9427A'

red 217 ◦ green 66 ◦ blue 122

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

Shades of Cranberry #D9427A

Tints of Cranberry #D9427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.12%

R = 53.58%
G = 16.3%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9427A (or 0xD9427A) is known color: Cranberry. HEX triplet: D9, 42 and 7A. RGB value is (217,66,122). Sum of RGB (Red+Green+Blue) = 217+66+122=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9427A is #26BD85. Grayscale: #757575. Windows color (decimal): -2538886 or 8012505. OLE color: 8012505.

HSL color Cylindrical-coordinate representation of color #D9427A: hue angle of 337.75º 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 #D9427A is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 122 -
CMYK 0 0.70 0.44 0.15
HSL 337.75º 0.67% 0.55% -
HSV(B) 337.75º 0.7% 0.85% -
XYZ 34.08 20.05 20.49 -
YUV 117.53 130.53 198.95 -
System Red Green Blue C M Y K H S L
Decimal 217 66 122 0 0.70 0.44 0.15 337.75 0.67 0.55
Hex D9 42 7A 0 46 2C F 152 43 37
Octal 331 102 172 0 106 54 17 522 103 67
Binary 11011001 1000010 1111010 0 1000110 101100 1111 101010010 1000011 110111

Color Harmonies of #D9427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9427A

Black with #D9427A

Text Example


Text Example

White with #D9427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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