Html Css Color HEX #D75380 Cranberry

📋 copy color: '#D75380'

red 215 ◦ green 83 ◦ blue 128

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

Shades of Cranberry #D75380

Tints of Cranberry #D75380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 50.47%
G = 19.48%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D75380 (or 0xD75380) is known color: Cranberry. HEX triplet: D7, 53 and 80. RGB value is (215,83,128). Sum of RGB (Red+Green+Blue) = 215+83+128=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D75380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75380 is #28AC7F. Grayscale: #7F7F7F. Windows color (decimal): -2665600 or 8410071. OLE color: 8410071.

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

Color convert

RGB 215 83 128 -
CMYK 0 0.61 0.40 0.16
HSL 339.55º 0.62% 0.58% -
HSV(B) 339.55º 0.61% 0.84% -
XYZ 35.01 22.19 22.86 -
YUV 127.6 128.23 190.34 -
System Red Green Blue C M Y K H S L
Decimal 215 83 128 0 0.61 0.40 0.16 339.55 0.62 0.58
Hex D7 53 80 0 3D 28 10 154 3E 3A
Octal 327 123 200 0 75 50 20 524 76 72
Binary 11010111 1010011 10000000 0 111101 101000 10000 101010100 111110 111010

Color Harmonies of #D75380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75380

Black with #D75380

Text Example


Text Example

White with #D75380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75380; }

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

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

background-color css

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

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

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

border-color css

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

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

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