Html Css Color HEX #D75781 Cranberry

📋 copy color: '#D75781'

red 215 ◦ green 87 ◦ blue 129

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

Shades of Cranberry #D75781

Tints of Cranberry #D75781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.19%

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

R = 49.88%
G = 20.19%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D75781 (or 0xD75781) is known color: Cranberry. HEX triplet: D7, 57 and 81. RGB value is (215,87,129). Sum of RGB (Red+Green+Blue) = 215+87+129=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D75781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75781 is #28A87E. Grayscale: #828282. Windows color (decimal): -2664575 or 8476631. OLE color: 8476631.

HSL color Cylindrical-coordinate representation of color #D75781: hue angle of 340.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75781 is Cyan = 0, Magento = 0.60, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 87 129 -
CMYK 0 0.60 0.4 0.16
HSL 340.31º 0.62% 0.59% -
HSV(B) 340.31º 0.6% 0.84% -
XYZ 35.39 22.85 23.31 -
YUV 130.06 127.41 188.58 -
System Red Green Blue C M Y K H S L
Decimal 215 87 129 0 0.60 0.4 0.16 340.31 0.62 0.59
Hex D7 57 81 0 3C 28 10 154 3E 3B
Octal 327 127 201 0 74 50 20 524 76 73
Binary 11010111 1010111 10000001 0 111100 101000 10000 101010100 111110 111011

Color Harmonies of #D75781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75781

Black with #D75781

Text Example


Text Example

White with #D75781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75781; }

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

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

background-color css

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

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

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

border-color css

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

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

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