Html Css Color HEX #D75389 Cranberry

📋 copy color: '#D75389'

red 215 ◦ green 83 ◦ blue 137

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

Shades of Cranberry #D75389

Tints of Cranberry #D75389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.08%

 BLUE value IS 137 (53.91% from 255) = 31.49%

R = 49.43%
G = 19.08%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D75389 (or 0xD75389) is known color: Cranberry. HEX triplet: D7, 53 and 89. RGB value is (215,83,137). Sum of RGB (Red+Green+Blue) = 215+83+137=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D75389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75389 is #28AC76. Grayscale: #808080. Windows color (decimal): -2665591 or 8999895. OLE color: 8999895.

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

Color convert

RGB 215 83 137 -
CMYK 0 0.61 0.36 0.16
HSL 335.45º 0.62% 0.58% -
HSV(B) 335.45º 0.61% 0.84% -
XYZ 35.63 22.44 26.12 -
YUV 128.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 215 83 137 0 0.61 0.36 0.16 335.45 0.62 0.58
Hex D7 53 89 0 3D 24 10 14F 3E 3A
Octal 327 123 211 0 75 44 20 517 76 72
Binary 11010111 1010011 10001001 0 111101 100100 10000 101001111 111110 111010

Color Harmonies of #D75389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75389

Black with #D75389

Text Example


Text Example

White with #D75389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75389; }

 p { color: rgb(215,83,137); }

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

background-color css

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

 a { background-color: rgb(215,83,137); }

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

border-color css

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

 span { border-color: rgb(215,83,137); }

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