Html Css Color HEX #D2517F Cranberry

📋 copy color: '#D2517F'

red 210 ◦ green 81 ◦ blue 127

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

Shades of Cranberry #D2517F

Tints of Cranberry #D2517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.38%

R = 50.24%
G = 19.38%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2517F (or 0xD2517F) is known color: Cranberry. HEX triplet: D2, 51 and 7F. RGB value is (210,81,127). Sum of RGB (Red+Green+Blue) = 210+81+127=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2517F is #2DAE80. Grayscale: #7C7C7C. Windows color (decimal): -2993793 or 8344018. OLE color: 8344018.

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

Color convert

RGB 210 81 127 -
CMYK 0 0.61 0.40 0.18
HSL 338.6º 0.59% 0.57% -
HSV(B) 338.6º 0.61% 0.82% -
XYZ 33.35 21.12 22.4 -
YUV 124.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 210 81 127 0 0.61 0.40 0.18 338.6 0.59 0.57
Hex D2 51 7F 0 3D 28 12 153 3B 39
Octal 322 121 177 0 75 50 22 523 73 71
Binary 11010010 1010001 1111111 0 111101 101000 10010 101010011 111011 111001

Color Harmonies of #D2517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2517F

Black with #D2517F

Text Example


Text Example

White with #D2517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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