Html Css Color HEX #D75673 Cranberry

📋 copy color: '#D75673'

red 215 ◦ green 86 ◦ blue 115

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

Shades of Cranberry #D75673

Tints of Cranberry #D75673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 51.68%
G = 20.67%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D75673 (or 0xD75673) is known color: Cranberry. HEX triplet: D7, 56 and 73. RGB value is (215,86,115). Sum of RGB (Red+Green+Blue) = 215+86+115=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D75673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75673 is #28A98C. Grayscale: #7F7F7F. Windows color (decimal): -2664845 or 7558871. OLE color: 7558871.

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

Color convert

RGB 215 86 115 -
CMYK 0 0.6 0.47 0.16
HSL 346.51º 0.62% 0.59% -
HSV(B) 346.51º 0.6% 0.84% -
XYZ 34.45 22.34 18.72 -
YUV 127.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 215 86 115 0 0.6 0.47 0.16 346.51 0.62 0.59
Hex D7 56 73 0 3C 2F 10 15B 3E 3B
Octal 327 126 163 0 74 57 20 533 76 73
Binary 11010111 1010110 1110011 0 111100 101111 10000 101011011 111110 111011

Color Harmonies of #D75673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75673

Black with #D75673

Text Example


Text Example

White with #D75673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75673; }

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

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

background-color css

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

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

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

border-color css

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

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

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