Html Css Color HEX #D94683 Cranberry

📋 copy color: '#D94683'

red 217 ◦ green 70 ◦ blue 131

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

Shades of Cranberry #D94683

Tints of Cranberry #D94683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.75%

 BLUE value IS 131 (51.56% from 255) = 31.34%

R = 51.91%
G = 16.75%
B = 31.34%

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

#D94683 (or 0xD94683) is known color: Cranberry. HEX triplet: D9, 46 and 83. RGB value is (217,70,131). Sum of RGB (Red+Green+Blue) = 217+70+131=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D94683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94683 is #26B97C. Grayscale: #787878. Windows color (decimal): -2537853 or 8603353. OLE color: 8603353.

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

Color convert

RGB 217 70 131 -
CMYK 0 0.68 0.40 0.15
HSL 335.1º 0.66% 0.56% -
HSV(B) 335.1º 0.68% 0.85% -
XYZ 34.9 20.77 23.64 -
YUV 120.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 217 70 131 0 0.68 0.40 0.15 335.1 0.66 0.56
Hex D9 46 83 0 44 28 F 14F 42 38
Octal 331 106 203 0 104 50 17 517 102 70
Binary 11011001 1000110 10000011 0 1000100 101000 1111 101001111 1000010 111000

Color Harmonies of #D94683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94683

Black with #D94683

Text Example


Text Example

White with #D94683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94683; }

 p { color: rgb(217,70,131); }

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

background-color css

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

 a { background-color: rgb(217,70,131); }

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

border-color css

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

 span { border-color: rgb(217,70,131); }

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