Html Css Color HEX #D75882 Cranberry

📋 copy color: '#D75882'

red 215 ◦ green 88 ◦ blue 130

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

Shades of Cranberry #D75882

Tints of Cranberry #D75882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.32%

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

R = 49.65%
G = 20.32%
B = 30.02%

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

#D75882 (or 0xD75882) is known color: Cranberry. HEX triplet: D7, 58 and 82. RGB value is (215,88,130). Sum of RGB (Red+Green+Blue) = 215+88+130=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D75882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75882 is #28A77D. Grayscale: #828282. Windows color (decimal): -2664318 or 8542423. OLE color: 8542423.

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

Color convert

RGB 215 88 130 -
CMYK 0 0.59 0.40 0.16
HSL 340.16º 0.61% 0.59% -
HSV(B) 340.16º 0.59% 0.84% -
XYZ 35.54 23.04 23.69 -
YUV 130.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 215 88 130 0 0.59 0.40 0.16 340.16 0.61 0.59
Hex D7 58 82 0 3B 28 10 154 3D 3B
Octal 327 130 202 0 73 50 20 524 75 73
Binary 11010111 1011000 10000010 0 111011 101000 10000 101010100 111101 111011

Color Harmonies of #D75882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75882

Black with #D75882

Text Example


Text Example

White with #D75882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75882; }

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

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

background-color css

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

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

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

border-color css

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

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

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