Html Css Color HEX #D75482 Cranberry

📋 copy color: '#D75482'

red 215 ◦ green 84 ◦ blue 130

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

Shades of Cranberry #D75482

Tints of Cranberry #D75482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.58%

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 50.12%
G = 19.58%
B = 30.3%

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

#D75482 (or 0xD75482) is known color: Cranberry. HEX triplet: D7, 54 and 82. RGB value is (215,84,130). Sum of RGB (Red+Green+Blue) = 215+84+130=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D75482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75482 is #28AB7D. Grayscale: #808080. Windows color (decimal): -2665342 or 8541399. OLE color: 8541399.

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

Color convert

RGB 215 84 130 -
CMYK 0 0.61 0.40 0.16
HSL 338.93º 0.62% 0.59% -
HSV(B) 338.93º 0.61% 0.84% -
XYZ 35.22 22.4 23.59 -
YUV 128.41 128.9 189.76 -
System Red Green Blue C M Y K H S L
Decimal 215 84 130 0 0.61 0.40 0.16 338.93 0.62 0.59
Hex D7 54 82 0 3D 28 10 153 3E 3B
Octal 327 124 202 0 75 50 20 523 76 73
Binary 11010111 1010100 10000010 0 111101 101000 10000 101010011 111110 111011

Color Harmonies of #D75482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75482

Black with #D75482

Text Example


Text Example

White with #D75482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75482; }

 p { color: rgb(215,84,130); }

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

background-color css

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

 a { background-color: rgb(215,84,130); }

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

border-color css

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

 span { border-color: rgb(215,84,130); }

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