Html Css Color HEX #D94582 Cranberry

📋 copy color: '#D94582'

red 217 ◦ green 69 ◦ blue 130

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

Shades of Cranberry #D94582

Tints of Cranberry #D94582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.25%

R = 52.16%
G = 16.59%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D94582 (or 0xD94582) is known color: Cranberry. HEX triplet: D9, 45 and 82. RGB value is (217,69,130). Sum of RGB (Red+Green+Blue) = 217+69+130=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D94582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94582 is #26BA7D. Grayscale: #787878. Windows color (decimal): -2538110 or 8537561. OLE color: 8537561.

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

Color convert

RGB 217 69 130 -
CMYK 0 0.68 0.40 0.15
HSL 335.27º 0.66% 0.56% -
HSV(B) 335.27º 0.68% 0.85% -
XYZ 34.77 20.62 23.27 -
YUV 120.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 217 69 130 0 0.68 0.40 0.15 335.27 0.66 0.56
Hex D9 45 82 0 44 28 F 14F 42 38
Octal 331 105 202 0 104 50 17 517 102 70
Binary 11011001 1000101 10000010 0 1000100 101000 1111 101001111 1000010 111000

Color Harmonies of #D94582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94582

Black with #D94582

Text Example


Text Example

White with #D94582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94582; }

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

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

background-color css

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

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

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

border-color css

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

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

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