Html Css Color HEX #D9457D Cranberry

📋 copy color: '#D9457D'

red 217 ◦ green 69 ◦ blue 125

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

Shades of Cranberry #D9457D

Tints of Cranberry #D9457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.79%

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 52.8%
G = 16.79%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9457D (or 0xD9457D) is known color: Cranberry. HEX triplet: D9, 45 and 7D. RGB value is (217,69,125). Sum of RGB (Red+Green+Blue) = 217+69+125=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9457D is #26BA82. Grayscale: #777777. Windows color (decimal): -2538115 or 8209881. OLE color: 8209881.

HSL color Cylindrical-coordinate representation of color #D9457D: hue angle of 337.3º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9457D is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 69 125 -
CMYK 0 0.68 0.42 0.15
HSL 337.3º 0.66% 0.56% -
HSV(B) 337.3º 0.68% 0.85% -
XYZ 34.45 20.49 21.54 -
YUV 119.64 131.03 197.45 -
System Red Green Blue C M Y K H S L
Decimal 217 69 125 0 0.68 0.42 0.15 337.3 0.66 0.56
Hex D9 45 7D 0 44 2A F 151 42 38
Octal 331 105 175 0 104 52 17 521 102 70
Binary 11011001 1000101 1111101 0 1000100 101010 1111 101010001 1000010 111000

Color Harmonies of #D9457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9457D

Black with #D9457D

Text Example


Text Example

White with #D9457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9457D; }

 p { color: rgb(217,69,125); }

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

background-color css

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

 a { background-color: rgb(217,69,125); }

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

border-color css

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

 span { border-color: rgb(217,69,125); }

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