Html Css Color HEX #D76181 Cranberry

📋 copy color: '#D76181'

red 215 ◦ green 97 ◦ blue 129

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

Shades of Cranberry #D76181

Tints of Cranberry #D76181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.25%

R = 48.75%
G = 22%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D76181 (or 0xD76181) is known color: Cranberry. HEX triplet: D7, 61 and 81. RGB value is (215,97,129). Sum of RGB (Red+Green+Blue) = 215+97+129=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D76181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76181 is #289E7E. Grayscale: #878787. Windows color (decimal): -2662015 or 8479191. OLE color: 8479191.

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

Color convert

RGB 215 97 129 -
CMYK 0 0.55 0.4 0.16
HSL 343.73º 0.6% 0.61% -
HSV(B) 343.73º 0.55% 0.84% -
XYZ 36.26 24.58 23.6 -
YUV 135.93 124.09 184.4 -
System Red Green Blue C M Y K H S L
Decimal 215 97 129 0 0.55 0.4 0.16 343.73 0.6 0.61
Hex D7 61 81 0 37 28 10 158 3C 3D
Octal 327 141 201 0 67 50 20 530 74 75
Binary 11010111 1100001 10000001 0 110111 101000 10000 101011000 111100 111101

Color Harmonies of #D76181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76181

Black with #D76181

Text Example


Text Example

White with #D76181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76181; }

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

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

background-color css

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

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

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

border-color css

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

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

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