Html Css Color HEX #D75583 Cranberry

📋 copy color: '#D75583'

red 215 ◦ green 85 ◦ blue 131

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

Shades of Cranberry #D75583

Tints of Cranberry #D75583

RGB

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

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

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

R = 49.88%
G = 19.72%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D75583 (or 0xD75583) is known color: Cranberry. HEX triplet: D7, 55 and 83. RGB value is (215,85,131). Sum of RGB (Red+Green+Blue) = 215+85+131=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D75583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75583 is #28AA7C. Grayscale: #818181. Windows color (decimal): -2665085 or 8607191. OLE color: 8607191.

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

Color convert

RGB 215 85 131 -
CMYK 0 0.60 0.39 0.16
HSL 338.77º 0.62% 0.59% -
HSV(B) 338.77º 0.6% 0.84% -
XYZ 35.37 22.58 23.97 -
YUV 129.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 215 85 131 0 0.60 0.39 0.16 338.77 0.62 0.59
Hex D7 55 83 0 3C 27 10 153 3E 3B
Octal 327 125 203 0 74 47 20 523 76 73
Binary 11010111 1010101 10000011 0 111100 100111 10000 101010011 111110 111011

Color Harmonies of #D75583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75583

Black with #D75583

Text Example


Text Example

White with #D75583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75583; }

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

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

background-color css

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

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

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

border-color css

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

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

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