Html Css Color HEX #D75675 Cranberry

📋 copy color: '#D75675'

red 215 ◦ green 86 ◦ blue 117

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

Shades of Cranberry #D75675

Tints of Cranberry #D75675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 51.44%
G = 20.57%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D75675 (or 0xD75675) is known color: Cranberry. HEX triplet: D7, 56 and 75. RGB value is (215,86,117). Sum of RGB (Red+Green+Blue) = 215+86+117=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D75675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75675 is #28A98A. Grayscale: #808080. Windows color (decimal): -2664843 or 7689943. OLE color: 7689943.

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

Color convert

RGB 215 86 117 -
CMYK 0 0.6 0.46 0.16
HSL 345.58º 0.62% 0.59% -
HSV(B) 345.58º 0.6% 0.84% -
XYZ 34.56 22.39 19.33 -
YUV 128.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 215 86 117 0 0.6 0.46 0.16 345.58 0.62 0.59
Hex D7 56 75 0 3C 2E 10 15A 3E 3B
Octal 327 126 165 0 74 56 20 532 76 73
Binary 11010111 1010110 1110101 0 111100 101110 10000 101011010 111110 111011

Color Harmonies of #D75675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75675

Black with #D75675

Text Example


Text Example

White with #D75675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75675; }

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

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

background-color css

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

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

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

border-color css

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

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

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