Html Css Color HEX #D75983 Cranberry

📋 copy color: '#D75983'

red 215 ◦ green 89 ◦ blue 131

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

Shades of Cranberry #D75983

Tints of Cranberry #D75983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.46%

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 49.43%
G = 20.46%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D75983 (or 0xD75983) is known color: Cranberry. HEX triplet: D7, 59 and 83. RGB value is (215,89,131). Sum of RGB (Red+Green+Blue) = 215+89+131=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D75983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75983 is #28A67C. Grayscale: #838383. Windows color (decimal): -2664061 or 8608215. OLE color: 8608215.

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

Color convert

RGB 215 89 131 -
CMYK 0 0.59 0.39 0.16
HSL 340º 0.61% 0.6% -
HSV(B) 340º 0.59% 0.84% -
XYZ 35.69 23.23 24.08 -
YUV 131.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 215 89 131 0 0.59 0.39 0.16 340 0.61 0.6
Hex D7 59 83 0 3B 27 10 154 3D 3C
Octal 327 131 203 0 73 47 20 524 75 74
Binary 11010111 1011001 10000011 0 111011 100111 10000 101010100 111101 111100

Color Harmonies of #D75983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75983

Black with #D75983

Text Example


Text Example

White with #D75983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75983; }

 p { color: rgb(215,89,131); }

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

background-color css

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

 a { background-color: rgb(215,89,131); }

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

border-color css

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

 span { border-color: rgb(215,89,131); }

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