Html Css Color HEX #D1527D Cranberry

📋 copy color: '#D1527D'

red 209 ◦ green 82 ◦ blue 125

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

Shades of Cranberry #D1527D

Tints of Cranberry #D1527D

RGB

 RED value IS 209 (82.03% from 255) = 50.24%

 GREEN value IS 82 (32.42% from 255) = 19.71%

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

R = 50.24%
G = 19.71%
B = 30.05%

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

#D1527D (or 0xD1527D) is known color: Cranberry. HEX triplet: D1, 52 and 7D. RGB value is (209,82,125). Sum of RGB (Red+Green+Blue) = 209+82+125=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1527D is #2EAD82. Grayscale: #7C7C7C. Windows color (decimal): -3059075 or 8213201. OLE color: 8213201.

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

Color convert

RGB 209 82 125 -
CMYK 0 0.61 0.40 0.18
HSL 339.69º 0.58% 0.57% -
HSV(B) 339.69º 0.61% 0.82% -
XYZ 33.01 21.07 21.73 -
YUV 124.88 128.08 188 -
System Red Green Blue C M Y K H S L
Decimal 209 82 125 0 0.61 0.40 0.18 339.69 0.58 0.57
Hex D1 52 7D 0 3D 28 12 154 3A 39
Octal 321 122 175 0 75 50 22 524 72 71
Binary 11010001 1010010 1111101 0 111101 101000 10010 101010100 111010 111001

Color Harmonies of #D1527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1527D

Black with #D1527D

Text Example


Text Example

White with #D1527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1527D; }

 p { color: rgb(209,82,125); }

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

background-color css

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

 a { background-color: rgb(209,82,125); }

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

border-color css

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

 span { border-color: rgb(209,82,125); }

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