Html Css Color HEX #D75187 Cranberry

📋 copy color: '#D75187'

red 215 ◦ green 81 ◦ blue 135

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

Shades of Cranberry #D75187

Tints of Cranberry #D75187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.79%

 BLUE value IS 135 (53.13% from 255) = 31.32%

R = 49.88%
G = 18.79%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D75187 (or 0xD75187) is known color: Cranberry. HEX triplet: D7, 51 and 87. RGB value is (215,81,135). Sum of RGB (Red+Green+Blue) = 215+81+135=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D75187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75187 is #28AE78. Grayscale: #7F7F7F. Windows color (decimal): -2666105 or 8868311. OLE color: 8868311.

HSL color Cylindrical-coordinate representation of color #D75187: hue angle of 335.82º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75187 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 81 135 -
CMYK 0 0.62 0.37 0.16
HSL 335.82º 0.63% 0.58% -
HSV(B) 335.82º 0.62% 0.84% -
XYZ 35.34 22.08 25.32 -
YUV 127.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 215 81 135 0 0.62 0.37 0.16 335.82 0.63 0.58
Hex D7 51 87 0 3E 25 10 150 3F 3A
Octal 327 121 207 0 76 45 20 520 77 72
Binary 11010111 1010001 10000111 0 111110 100101 10000 101010000 111111 111010

Color Harmonies of #D75187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75187

Black with #D75187

Text Example


Text Example

White with #D75187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75187; }

 p { color: rgb(215,81,135); }

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

background-color css

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

 a { background-color: rgb(215,81,135); }

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

border-color css

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

 span { border-color: rgb(215,81,135); }

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