Html Css Color HEX #D94782 Cranberry

📋 copy color: '#D94782'

red 217 ◦ green 71 ◦ blue 130

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

Shades of Cranberry #D94782

Tints of Cranberry #D94782

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

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

R = 51.91%
G = 16.99%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D94782 (or 0xD94782) is known color: Cranberry. HEX triplet: D9, 47 and 82. RGB value is (217,71,130). Sum of RGB (Red+Green+Blue) = 217+71+130=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D94782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94782 is #26B87D. Grayscale: #797979. Windows color (decimal): -2537598 or 8538073. OLE color: 8538073.

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

Color convert

RGB 217 71 130 -
CMYK 0 0.67 0.40 0.15
HSL 335.75º 0.66% 0.56% -
HSV(B) 335.75º 0.67% 0.85% -
XYZ 34.9 20.87 23.31 -
YUV 121.38 132.87 196.2 -
System Red Green Blue C M Y K H S L
Decimal 217 71 130 0 0.67 0.40 0.15 335.75 0.66 0.56
Hex D9 47 82 0 43 28 F 150 42 38
Octal 331 107 202 0 103 50 17 520 102 70
Binary 11011001 1000111 10000010 0 1000011 101000 1111 101010000 1000010 111000

Color Harmonies of #D94782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94782

Black with #D94782

Text Example


Text Example

White with #D94782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94782; }

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

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

background-color css

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

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

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

border-color css

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

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

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