Html Css Color HEX #D75883 Cranberry

📋 copy color: '#D75883'

red 215 ◦ green 88 ◦ blue 131

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

Shades of Cranberry #D75883

Tints of Cranberry #D75883

RGB

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

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

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

R = 49.54%
G = 20.28%
B = 30.18%

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

#D75883 (or 0xD75883) is known color: Cranberry. HEX triplet: D7, 58 and 83. RGB value is (215,88,131). Sum of RGB (Red+Green+Blue) = 215+88+131=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D75883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75883 is #28A77C. Grayscale: #828282. Windows color (decimal): -2664317 or 8607959. OLE color: 8607959.

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

Color convert

RGB 215 88 131 -
CMYK 0 0.59 0.39 0.16
HSL 339.69º 0.61% 0.59% -
HSV(B) 339.69º 0.59% 0.84% -
XYZ 35.61 23.07 24.05 -
YUV 130.88 128.08 188 -
System Red Green Blue C M Y K H S L
Decimal 215 88 131 0 0.59 0.39 0.16 339.69 0.61 0.59
Hex D7 58 83 0 3B 27 10 154 3D 3B
Octal 327 130 203 0 73 47 20 524 75 73
Binary 11010111 1011000 10000011 0 111011 100111 10000 101010100 111101 111011

Color Harmonies of #D75883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75883

Black with #D75883

Text Example


Text Example

White with #D75883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75883; }

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

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

background-color css

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

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

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

border-color css

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

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

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