Html Css Color HEX #D75881 Cranberry

📋 copy color: '#D75881'

red 215 ◦ green 88 ◦ blue 129

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

Shades of Cranberry #D75881

Tints of Cranberry #D75881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.37%

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

R = 49.77%
G = 20.37%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D75881 (or 0xD75881) is known color: Cranberry. HEX triplet: D7, 58 and 81. RGB value is (215,88,129). Sum of RGB (Red+Green+Blue) = 215+88+129=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D75881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75881 is #28A77E. Grayscale: #828282. Windows color (decimal): -2664319 or 8476887. OLE color: 8476887.

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

Color convert

RGB 215 88 129 -
CMYK 0 0.59 0.4 0.16
HSL 340.63º 0.61% 0.59% -
HSV(B) 340.63º 0.59% 0.84% -
XYZ 35.48 23.01 23.34 -
YUV 130.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 215 88 129 0 0.59 0.4 0.16 340.63 0.61 0.59
Hex D7 58 81 0 3B 28 10 155 3D 3B
Octal 327 130 201 0 73 50 20 525 75 73
Binary 11010111 1011000 10000001 0 111011 101000 10000 101010101 111101 111011

Color Harmonies of #D75881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75881

Black with #D75881

Text Example


Text Example

White with #D75881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75881; }

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

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

background-color css

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

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

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

border-color css

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

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

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