Html Css Color HEX #D7507B Cranberry

📋 copy color: '#D7507B'

red 215 ◦ green 80 ◦ blue 123

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

Shades of Cranberry #D7507B

Tints of Cranberry #D7507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 51.44%
G = 19.14%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7507B (or 0xD7507B) is known color: Cranberry. HEX triplet: D7, 50 and 7B. RGB value is (215,80,123). Sum of RGB (Red+Green+Blue) = 215+80+123=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D7507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7507B is #28AF84. Grayscale: #7D7D7D. Windows color (decimal): -2666373 or 8081623. OLE color: 8081623.

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

Color convert

RGB 215 80 123 -
CMYK 0 0.63 0.43 0.16
HSL 340.89º 0.63% 0.58% -
HSV(B) 340.89º 0.63% 0.84% -
XYZ 34.47 21.61 21.09 -
YUV 125.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 215 80 123 0 0.63 0.43 0.16 340.89 0.63 0.58
Hex D7 50 7B 0 3F 2B 10 155 3F 3A
Octal 327 120 173 0 77 53 20 525 77 72
Binary 11010111 1010000 1111011 0 111111 101011 10000 101010101 111111 111010

Color Harmonies of #D7507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7507B

Black with #D7507B

Text Example


Text Example

White with #D7507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7507B; }

 p { color: rgb(215,80,123); }

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

background-color css

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

 a { background-color: rgb(215,80,123); }

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

border-color css

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

 span { border-color: rgb(215,80,123); }

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