Html Css Color HEX #D5507D Cranberry

📋 copy color: '#D5507D'

red 213 ◦ green 80 ◦ blue 125

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

Shades of Cranberry #D5507D

Tints of Cranberry #D5507D

RGB

 RED value IS 213 (83.59% from 255) = 50.96%

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 50.96%
G = 19.14%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5507D (or 0xD5507D) is known color: Cranberry. HEX triplet: D5, 50 and 7D. RGB value is (213,80,125). Sum of RGB (Red+Green+Blue) = 213+80+125=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5507D is #2AAF82. Grayscale: #7C7C7C. Windows color (decimal): -2797443 or 8212693. OLE color: 8212693.

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

Color convert

RGB 213 80 125 -
CMYK 0 0.62 0.41 0.16
HSL 339.7º 0.61% 0.57% -
HSV(B) 339.7º 0.62% 0.84% -
XYZ 34.01 21.36 21.73 -
YUV 124.9 128.06 190.84 -
System Red Green Blue C M Y K H S L
Decimal 213 80 125 0 0.62 0.41 0.16 339.7 0.61 0.57
Hex D5 50 7D 0 3E 29 10 154 3D 39
Octal 325 120 175 0 76 51 20 524 75 71
Binary 11010101 1010000 1111101 0 111110 101001 10000 101010100 111101 111001

Color Harmonies of #D5507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5507D

Black with #D5507D

Text Example


Text Example

White with #D5507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5507D; }

 p { color: rgb(213,80,125); }

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

background-color css

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

 a { background-color: rgb(213,80,125); }

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

border-color css

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

 span { border-color: rgb(213,80,125); }

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