Html Css Color HEX #D76180 Cranberry

📋 copy color: '#D76180'

red 215 ◦ green 97 ◦ blue 128

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

Shades of Cranberry #D76180

Tints of Cranberry #D76180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.05%

 BLUE value IS 128 (50.39% from 255) = 29.09%

R = 48.86%
G = 22.05%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D76180 (or 0xD76180) is known color: Cranberry. HEX triplet: D7, 61 and 80. RGB value is (215,97,128). Sum of RGB (Red+Green+Blue) = 215+97+128=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D76180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76180 is #289E7F. Grayscale: #878787. Windows color (decimal): -2662016 or 8413655. OLE color: 8413655.

HSL color Cylindrical-coordinate representation of color #D76180: hue angle of 344.24º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76180 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 97 128 -
CMYK 0 0.55 0.40 0.16
HSL 344.24º 0.6% 0.61% -
HSV(B) 344.24º 0.55% 0.84% -
XYZ 36.2 24.55 23.25 -
YUV 135.82 123.59 184.48 -
System Red Green Blue C M Y K H S L
Decimal 215 97 128 0 0.55 0.40 0.16 344.24 0.6 0.61
Hex D7 61 80 0 37 28 10 158 3C 3D
Octal 327 141 200 0 67 50 20 530 74 75
Binary 11010111 1100001 10000000 0 110111 101000 10000 101011000 111100 111101

Color Harmonies of #D76180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76180

Black with #D76180

Text Example


Text Example

White with #D76180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76180; }

 p { color: rgb(215,97,128); }

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

background-color css

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

 a { background-color: rgb(215,97,128); }

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

border-color css

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

 span { border-color: rgb(215,97,128); }

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