Html Css Color HEX #D3507F Cranberry

📋 copy color: '#D3507F'

red 211 ◦ green 80 ◦ blue 127

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

Shades of Cranberry #D3507F

Tints of Cranberry #D3507F

RGB

 RED value IS 211 (82.81% from 255) = 50.48%

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

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

R = 50.48%
G = 19.14%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3507F (or 0xD3507F) is known color: Cranberry. HEX triplet: D3, 50 and 7F. RGB value is (211,80,127). Sum of RGB (Red+Green+Blue) = 211+80+127=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3507F is #2CAF80. Grayscale: #7C7C7C. Windows color (decimal): -2928513 or 8343763. OLE color: 8343763.

HSL color Cylindrical-coordinate representation of color #D3507F: hue angle of 338.47º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3507F is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 80 127 -
CMYK 0 0.62 0.40 0.17
HSL 338.47º 0.6% 0.57% -
HSV(B) 338.47º 0.62% 0.83% -
XYZ 33.56 21.12 22.39 -
YUV 124.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 211 80 127 0 0.62 0.40 0.17 338.47 0.6 0.57
Hex D3 50 7F 0 3E 28 11 152 3C 39
Octal 323 120 177 0 76 50 21 522 74 71
Binary 11010011 1010000 1111111 0 111110 101000 10001 101010010 111100 111001

Color Harmonies of #D3507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3507F

Black with #D3507F

Text Example


Text Example

White with #D3507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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