Html Css Color HEX #D3517E Cranberry

📋 copy color: '#D3517E'

red 211 ◦ green 81 ◦ blue 126

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

Shades of Cranberry #D3517E

Tints of Cranberry #D3517E

RGB

 RED value IS 211 (82.81% from 255) = 50.48%

 GREEN value IS 81 (32.03% from 255) = 19.38%

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 50.48%
G = 19.38%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3517E (or 0xD3517E) is known color: Cranberry. HEX triplet: D3, 51 and 7E. RGB value is (211,81,126). Sum of RGB (Red+Green+Blue) = 211+81+126=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3517E is #2CAE81. Grayscale: #7C7C7C. Windows color (decimal): -2928258 or 8278483. OLE color: 8278483.

HSL color Cylindrical-coordinate representation of color #D3517E: hue angle of 339.23º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3517E is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 81 126 -
CMYK 0 0.62 0.40 0.17
HSL 339.23º 0.6% 0.57% -
HSV(B) 339.23º 0.62% 0.83% -
XYZ 33.57 21.24 22.07 -
YUV 125 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 211 81 126 0 0.62 0.40 0.17 339.23 0.6 0.57
Hex D3 51 7E 0 3E 28 11 153 3C 39
Octal 323 121 176 0 76 50 21 523 74 71
Binary 11010011 1010001 1111110 0 111110 101000 10001 101010011 111100 111001

Color Harmonies of #D3517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3517E

Black with #D3517E

Text Example


Text Example

White with #D3517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3517E; }

 p { color: rgb(211,81,126); }

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

background-color css

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

 a { background-color: rgb(211,81,126); }

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

border-color css

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

 span { border-color: rgb(211,81,126); }

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