Html Css Color HEX #D75485 Cranberry

📋 copy color: '#D75485'

red 215 ◦ green 84 ◦ blue 133

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

Shades of Cranberry #D75485

Tints of Cranberry #D75485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.44%

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 49.77%
G = 19.44%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D75485 (or 0xD75485) is known color: Cranberry. HEX triplet: D7, 54 and 85. RGB value is (215,84,133). Sum of RGB (Red+Green+Blue) = 215+84+133=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D75485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75485 is #28AB7A. Grayscale: #808080. Windows color (decimal): -2665339 or 8738007. OLE color: 8738007.

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

Color convert

RGB 215 84 133 -
CMYK 0 0.61 0.38 0.16
HSL 337.56º 0.62% 0.59% -
HSV(B) 337.56º 0.61% 0.84% -
XYZ 35.43 22.48 24.66 -
YUV 128.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 215 84 133 0 0.61 0.38 0.16 337.56 0.62 0.59
Hex D7 54 85 0 3D 26 10 152 3E 3B
Octal 327 124 205 0 75 46 20 522 76 73
Binary 11010111 1010100 10000101 0 111101 100110 10000 101010010 111110 111011

Color Harmonies of #D75485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75485

Black with #D75485

Text Example


Text Example

White with #D75485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75485; }

 p { color: rgb(215,84,133); }

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

background-color css

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

 a { background-color: rgb(215,84,133); }

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

border-color css

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

 span { border-color: rgb(215,84,133); }

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