Html Css Color HEX #D75A81 Cranberry

📋 copy color: '#D75A81'

red 215 ◦ green 90 ◦ blue 129

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

Shades of Cranberry #D75A81

Tints of Cranberry #D75A81

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.74%

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

R = 49.54%
G = 20.74%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D75A81 (or 0xD75A81) is known color: Cranberry. HEX triplet: D7, 5A and 81. RGB value is (215,90,129). Sum of RGB (Red+Green+Blue) = 215+90+129=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75A81 is #28A57E. Grayscale: #838383. Windows color (decimal): -2663807 or 8477399. OLE color: 8477399.

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

Color convert

RGB 215 90 129 -
CMYK 0 0.58 0.4 0.16
HSL 341.28º 0.61% 0.6% -
HSV(B) 341.28º 0.58% 0.84% -
XYZ 35.64 23.34 23.4 -
YUV 131.82 126.41 187.33 -
System Red Green Blue C M Y K H S L
Decimal 215 90 129 0 0.58 0.4 0.16 341.28 0.61 0.6
Hex D7 5A 81 0 3A 28 10 155 3D 3C
Octal 327 132 201 0 72 50 20 525 75 74
Binary 11010111 1011010 10000001 0 111010 101000 10000 101010101 111101 111100

Color Harmonies of #D75A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A81

Black with #D75A81

Text Example


Text Example

White with #D75A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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