Html Css Color HEX #D94685 Cranberry

📋 copy color: '#D94685'

red 217 ◦ green 70 ◦ blue 133

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

Shades of Cranberry #D94685

Tints of Cranberry #D94685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.67%

R = 51.67%
G = 16.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D94685 (or 0xD94685) is known color: Cranberry. HEX triplet: D9, 46 and 85. RGB value is (217,70,133). Sum of RGB (Red+Green+Blue) = 217+70+133=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D94685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94685 is #26B97A. Grayscale: #797979. Windows color (decimal): -2537851 or 8734425. OLE color: 8734425.

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

Color convert

RGB 217 70 133 -
CMYK 0 0.68 0.39 0.15
HSL 334.29º 0.66% 0.56% -
HSV(B) 334.29º 0.68% 0.85% -
XYZ 35.04 20.83 24.36 -
YUV 121.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 217 70 133 0 0.68 0.39 0.15 334.29 0.66 0.56
Hex D9 46 85 0 44 27 F 14E 42 38
Octal 331 106 205 0 104 47 17 516 102 70
Binary 11011001 1000110 10000101 0 1000100 100111 1111 101001110 1000010 111000

Color Harmonies of #D94685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94685

Black with #D94685

Text Example


Text Example

White with #D94685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94685; }

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

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

background-color css

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

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

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

border-color css

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

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

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