Html Css Color HEX #D55082 Cranberry

📋 copy color: '#D55082'

red 213 ◦ green 80 ◦ blue 130

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

Shades of Cranberry #D55082

Tints of Cranberry #D55082

RGB

 RED value IS 213 (83.59% from 255) = 50.35%

 GREEN value IS 80 (31.64% from 255) = 18.91%

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

R = 50.35%
G = 18.91%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D55082 (or 0xD55082) is known color: Cranberry. HEX triplet: D5, 50 and 82. RGB value is (213,80,130). Sum of RGB (Red+Green+Blue) = 213+80+130=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D55082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55082 is #2AAF7D. Grayscale: #7D7D7D. Windows color (decimal): -2797438 or 8540373. OLE color: 8540373.

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

Color convert

RGB 213 80 130 -
CMYK 0 0.62 0.39 0.16
HSL 337.44º 0.61% 0.57% -
HSV(B) 337.44º 0.62% 0.84% -
XYZ 34.34 21.5 23.46 -
YUV 125.47 130.56 190.43 -
System Red Green Blue C M Y K H S L
Decimal 213 80 130 0 0.62 0.39 0.16 337.44 0.61 0.57
Hex D5 50 82 0 3E 27 10 151 3D 39
Octal 325 120 202 0 76 47 20 521 75 71
Binary 11010101 1010000 10000010 0 111110 100111 10000 101010001 111101 111001

Color Harmonies of #D55082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55082

Black with #D55082

Text Example


Text Example

White with #D55082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55082; }

 p { color: rgb(213,80,130); }

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

background-color css

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

 a { background-color: rgb(213,80,130); }

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

border-color css

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

 span { border-color: rgb(213,80,130); }

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