Html Css Color HEX #D75582 Cranberry

📋 copy color: '#D75582'

red 215 ◦ green 85 ◦ blue 130

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

Shades of Cranberry #D75582

Tints of Cranberry #D75582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.77%

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

R = 50%
G = 19.77%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D75582 (or 0xD75582) is known color: Cranberry. HEX triplet: D7, 55 and 82. RGB value is (215,85,130). Sum of RGB (Red+Green+Blue) = 215+85+130=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D75582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75582 is #28AA7D. Grayscale: #808080. Windows color (decimal): -2665086 or 8541655. OLE color: 8541655.

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

Color convert

RGB 215 85 130 -
CMYK 0 0.60 0.40 0.16
HSL 339.23º 0.62% 0.59% -
HSV(B) 339.23º 0.6% 0.84% -
XYZ 35.3 22.56 23.61 -
YUV 129 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 215 85 130 0 0.60 0.40 0.16 339.23 0.62 0.59
Hex D7 55 82 0 3C 28 10 153 3E 3B
Octal 327 125 202 0 74 50 20 523 76 73
Binary 11010111 1010101 10000010 0 111100 101000 10000 101010011 111110 111011

Color Harmonies of #D75582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75582

Black with #D75582

Text Example


Text Example

White with #D75582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75582; }

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

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

background-color css

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

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

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

border-color css

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

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

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