Html Css Color HEX #D1507F Cranberry

📋 copy color: '#D1507F'

red 209 ◦ green 80 ◦ blue 127

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

Shades of Cranberry #D1507F

Tints of Cranberry #D1507F

RGB

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

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

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

R = 50.24%
G = 19.23%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1507F (or 0xD1507F) is known color: Cranberry. HEX triplet: D1, 50 and 7F. RGB value is (209,80,127). Sum of RGB (Red+Green+Blue) = 209+80+127=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1507F is #2EAF80. Grayscale: #7B7B7B. Windows color (decimal): -3059585 or 8343761. OLE color: 8343761.

HSL color Cylindrical-coordinate representation of color #D1507F: hue angle of 338.14º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1507F is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 80 127 -
CMYK 0 0.62 0.39 0.18
HSL 338.14º 0.58% 0.57% -
HSV(B) 338.14º 0.62% 0.82% -
XYZ 32.99 20.82 22.36 -
YUV 123.93 129.74 188.68 -
System Red Green Blue C M Y K H S L
Decimal 209 80 127 0 0.62 0.39 0.18 338.14 0.58 0.57
Hex D1 50 7F 0 3E 27 12 152 3A 39
Octal 321 120 177 0 76 47 22 522 72 71
Binary 11010001 1010000 1111111 0 111110 100111 10010 101010010 111010 111001

Color Harmonies of #D1507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1507F

Black with #D1507F

Text Example


Text Example

White with #D1507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1507F; }

 p { color: rgb(209,80,127); }

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

background-color css

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

 a { background-color: rgb(209,80,127); }

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

border-color css

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

 span { border-color: rgb(209,80,127); }

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