Html Css Color HEX #D9417A Cranberry

📋 copy color: '#D9417A'

red 217 ◦ green 65 ◦ blue 122

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

Shades of Cranberry #D9417A

Tints of Cranberry #D9417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

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

R = 53.71%
G = 16.09%
B = 30.2%

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

#D9417A (or 0xD9417A) is known color: Cranberry. HEX triplet: D9, 41 and 7A. RGB value is (217,65,122). Sum of RGB (Red+Green+Blue) = 217+65+122=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D9417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9417A is #26BE85. Grayscale: #747474. Windows color (decimal): -2539142 or 8012249. OLE color: 8012249.

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

Color convert

RGB 217 65 122 -
CMYK 0 0.70 0.44 0.15
HSL 337.5º 0.67% 0.55% -
HSV(B) 337.5º 0.7% 0.85% -
XYZ 34.02 19.94 20.47 -
YUV 116.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 217 65 122 0 0.70 0.44 0.15 337.5 0.67 0.55
Hex D9 41 7A 0 46 2C F 152 43 37
Octal 331 101 172 0 106 54 17 522 103 67
Binary 11011001 1000001 1111010 0 1000110 101100 1111 101010010 1000011 110111

Color Harmonies of #D9417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9417A

Black with #D9417A

Text Example


Text Example

White with #D9417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9417A; }

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

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

background-color css

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

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

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

border-color css

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

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

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