Html Css Color HEX #D75982 Cranberry

📋 copy color: '#D75982'

red 215 ◦ green 89 ◦ blue 130

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

Shades of Cranberry #D75982

Tints of Cranberry #D75982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.95%

R = 49.54%
G = 20.51%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D75982 (or 0xD75982) is known color: Cranberry. HEX triplet: D7, 59 and 82. RGB value is (215,89,130). Sum of RGB (Red+Green+Blue) = 215+89+130=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D75982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75982 is #28A67D. Grayscale: #838383. Windows color (decimal): -2664062 or 8542679. OLE color: 8542679.

HSL color Cylindrical-coordinate representation of color #D75982: hue angle of 340.48º 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 #D75982 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 89 130 -
CMYK 0 0.59 0.40 0.16
HSL 340.48º 0.61% 0.6% -
HSV(B) 340.48º 0.59% 0.84% -
XYZ 35.63 23.2 23.72 -
YUV 131.35 127.24 187.67 -
System Red Green Blue C M Y K H S L
Decimal 215 89 130 0 0.59 0.40 0.16 340.48 0.61 0.6
Hex D7 59 82 0 3B 28 10 154 3D 3C
Octal 327 131 202 0 73 50 20 524 75 74
Binary 11010111 1011001 10000010 0 111011 101000 10000 101010100 111101 111100

Color Harmonies of #D75982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75982

Black with #D75982

Text Example


Text Example

White with #D75982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75982; }

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

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

background-color css

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

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

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

border-color css

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

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

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