Html Css Color HEX #D7518A Cranberry

📋 copy color: '#D7518A'

red 215 ◦ green 81 ◦ blue 138

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

Shades of Cranberry #D7518A

Tints of Cranberry #D7518A

RGB

 RED value IS 215 (84.38% from 255) = 49.54%

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

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 49.54%
G = 18.66%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7518A (or 0xD7518A) is known color: Cranberry. HEX triplet: D7, 51 and 8A. RGB value is (215,81,138). Sum of RGB (Red+Green+Blue) = 215+81+138=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D7518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7518A is #28AE75. Grayscale: #7F7F7F. Windows color (decimal): -2666102 or 9064919. OLE color: 9064919.

HSL color Cylindrical-coordinate representation of color #D7518A: hue angle of 334.48º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7518A is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 81 138 -
CMYK 0 0.62 0.36 0.16
HSL 334.48º 0.63% 0.58% -
HSV(B) 334.48º 0.62% 0.84% -
XYZ 35.55 22.17 26.45 -
YUV 127.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 215 81 138 0 0.62 0.36 0.16 334.48 0.63 0.58
Hex D7 51 8A 0 3E 24 10 14E 3F 3A
Octal 327 121 212 0 76 44 20 516 77 72
Binary 11010111 1010001 10001010 0 111110 100100 10000 101001110 111111 111010

Color Harmonies of #D7518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7518A

Black with #D7518A

Text Example


Text Example

White with #D7518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7518A; }

 p { color: rgb(215,81,138); }

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

background-color css

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

 a { background-color: rgb(215,81,138); }

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

border-color css

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

 span { border-color: rgb(215,81,138); }

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