Html Css Color HEX #D2517A Cranberry

📋 copy color: '#D2517A'

red 210 ◦ green 81 ◦ blue 122

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

Shades of Cranberry #D2517A

Tints of Cranberry #D2517A

RGB

 RED value IS 210 (82.42% from 255) = 50.85%

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 50.85%
G = 19.61%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2517A (or 0xD2517A) is known color: Cranberry. HEX triplet: D2, 51 and 7A. RGB value is (210,81,122). Sum of RGB (Red+Green+Blue) = 210+81+122=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2517A is #2DAE85. Grayscale: #7C7C7C. Windows color (decimal): -2993798 or 8016338. OLE color: 8016338.

HSL color Cylindrical-coordinate representation of color #D2517A: hue angle of 340.93º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2517A is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 81 122 -
CMYK 0 0.61 0.42 0.18
HSL 340.93º 0.59% 0.57% -
HSV(B) 340.93º 0.61% 0.82% -
XYZ 33.03 20.99 20.72 -
YUV 124.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 210 81 122 0 0.61 0.42 0.18 340.93 0.59 0.57
Hex D2 51 7A 0 3D 2A 12 155 3B 39
Octal 322 121 172 0 75 52 22 525 73 71
Binary 11010010 1010001 1111010 0 111101 101010 10010 101010101 111011 111001

Color Harmonies of #D2517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2517A

Black with #D2517A

Text Example


Text Example

White with #D2517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2517A; }

 p { color: rgb(210,81,122); }

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

background-color css

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

 a { background-color: rgb(210,81,122); }

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

border-color css

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

 span { border-color: rgb(210,81,122); }

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