Html Css Color HEX #D75184 Cranberry

📋 copy color: '#D75184'

red 215 ◦ green 81 ◦ blue 132

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

Shades of Cranberry #D75184

Tints of Cranberry #D75184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.84%

R = 50.23%
G = 18.93%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D75184 (or 0xD75184) is known color: Cranberry. HEX triplet: D7, 51 and 84. RGB value is (215,81,132). Sum of RGB (Red+Green+Blue) = 215+81+132=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D75184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75184 is #28AE7B. Grayscale: #7E7E7E. Windows color (decimal): -2666108 or 8671703. OLE color: 8671703.

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

Color convert

RGB 215 81 132 -
CMYK 0 0.62 0.39 0.16
HSL 337.16º 0.63% 0.58% -
HSV(B) 337.16º 0.62% 0.84% -
XYZ 35.13 22 24.22 -
YUV 126.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 215 81 132 0 0.62 0.39 0.16 337.16 0.63 0.58
Hex D7 51 84 0 3E 27 10 151 3F 3A
Octal 327 121 204 0 76 47 20 521 77 72
Binary 11010111 1010001 10000100 0 111110 100111 10000 101010001 111111 111010

Color Harmonies of #D75184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75184

Black with #D75184

Text Example


Text Example

White with #D75184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75184; }

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

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

background-color css

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

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

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

border-color css

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

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

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