Html Css Color HEX #D75683 Cranberry

📋 copy color: '#D75683'

red 215 ◦ green 86 ◦ blue 131

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

Shades of Cranberry #D75683

Tints of Cranberry #D75683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.91%

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

R = 49.77%
G = 19.91%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D75683 (or 0xD75683) is known color: Cranberry. HEX triplet: D7, 56 and 83. RGB value is (215,86,131). Sum of RGB (Red+Green+Blue) = 215+86+131=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D75683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75683 is #28A97C. Grayscale: #818181. Windows color (decimal): -2664829 or 8607447. OLE color: 8607447.

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

Color convert

RGB 215 86 131 -
CMYK 0 0.6 0.39 0.16
HSL 339.07º 0.62% 0.59% -
HSV(B) 339.07º 0.6% 0.84% -
XYZ 35.45 22.74 23.99 -
YUV 129.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 215 86 131 0 0.6 0.39 0.16 339.07 0.62 0.59
Hex D7 56 83 0 3C 27 10 153 3E 3B
Octal 327 126 203 0 74 47 20 523 76 73
Binary 11010111 1010110 10000011 0 111100 100111 10000 101010011 111110 111011

Color Harmonies of #D75683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75683

Black with #D75683

Text Example


Text Example

White with #D75683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75683; }

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

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

background-color css

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

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

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

border-color css

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

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

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