Html Css Color HEX #D75672 Cranberry

📋 copy color: '#D75672'

red 215 ◦ green 86 ◦ blue 114

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

Shades of Cranberry #D75672

Tints of Cranberry #D75672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 51.81%
G = 20.72%
B = 27.47%

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

#D75672 (or 0xD75672) is known color: Cranberry. HEX triplet: D7, 56 and 72. RGB value is (215,86,114). Sum of RGB (Red+Green+Blue) = 215+86+114=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D75672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75672 is #28A98D. Grayscale: #7F7F7F. Windows color (decimal): -2664846 or 7493335. OLE color: 7493335.

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

Color convert

RGB 215 86 114 -
CMYK 0 0.6 0.47 0.16
HSL 346.98º 0.62% 0.59% -
HSV(B) 346.98º 0.6% 0.84% -
XYZ 34.39 22.32 18.41 -
YUV 127.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 215 86 114 0 0.6 0.47 0.16 346.98 0.62 0.59
Hex D7 56 72 0 3C 2F 10 15B 3E 3B
Octal 327 126 162 0 74 57 20 533 76 73
Binary 11010111 1010110 1110010 0 111100 101111 10000 101011011 111110 111011

Color Harmonies of #D75672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75672

Black with #D75672

Text Example


Text Example

White with #D75672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75672; }

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

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

background-color css

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

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

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

border-color css

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

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

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