Html Css Color HEX #D76082 Cranberry

📋 copy color: '#D76082'

red 215 ◦ green 96 ◦ blue 130

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

Shades of Cranberry #D76082

Tints of Cranberry #D76082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.77%

 BLUE value IS 130 (51.17% from 255) = 29.48%

R = 48.75%
G = 21.77%
B = 29.48%

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

#D76082 (or 0xD76082) is known color: Cranberry. HEX triplet: D7, 60 and 82. RGB value is (215,96,130). Sum of RGB (Red+Green+Blue) = 215+96+130=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D76082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76082 is #289F7D. Grayscale: #878787. Windows color (decimal): -2662270 or 8544471. OLE color: 8544471.

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

Color convert

RGB 215 96 130 -
CMYK 0 0.55 0.40 0.16
HSL 342.86º 0.6% 0.61% -
HSV(B) 342.86º 0.55% 0.84% -
XYZ 36.24 24.42 23.92 -
YUV 135.46 124.92 184.74 -
System Red Green Blue C M Y K H S L
Decimal 215 96 130 0 0.55 0.40 0.16 342.86 0.6 0.61
Hex D7 60 82 0 37 28 10 157 3C 3D
Octal 327 140 202 0 67 50 20 527 74 75
Binary 11010111 1100000 10000010 0 110111 101000 10000 101010111 111100 111101

Color Harmonies of #D76082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76082

Black with #D76082

Text Example


Text Example

White with #D76082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76082; }

 p { color: rgb(215,96,130); }

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

background-color css

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

 a { background-color: rgb(215,96,130); }

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

border-color css

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

 span { border-color: rgb(215,96,130); }

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