Html Css Color HEX #D75183 Cranberry

📋 copy color: '#D75183'

red 215 ◦ green 81 ◦ blue 131

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

Shades of Cranberry #D75183

Tints of Cranberry #D75183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.68%

R = 50.35%
G = 18.97%
B = 30.68%

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

#D75183 (or 0xD75183) is known color: Cranberry. HEX triplet: D7, 51 and 83. RGB value is (215,81,131). Sum of RGB (Red+Green+Blue) = 215+81+131=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D75183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75183 is #28AE7C. Grayscale: #7E7E7E. Windows color (decimal): -2666109 or 8606167. OLE color: 8606167.

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

Color convert

RGB 215 81 131 -
CMYK 0 0.62 0.39 0.16
HSL 337.61º 0.63% 0.58% -
HSV(B) 337.61º 0.62% 0.84% -
XYZ 35.06 21.97 23.87 -
YUV 126.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 215 81 131 0 0.62 0.39 0.16 337.61 0.63 0.58
Hex D7 51 83 0 3E 27 10 152 3F 3A
Octal 327 121 203 0 76 47 20 522 77 72
Binary 11010111 1010001 10000011 0 111110 100111 10000 101010010 111111 111010

Color Harmonies of #D75183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75183

Black with #D75183

Text Example


Text Example

White with #D75183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75183; }

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

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

background-color css

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

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

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

border-color css

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

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

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