Html Css Color HEX #D25082 Cranberry

📋 copy color: '#D25082'

red 210 ◦ green 80 ◦ blue 130

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

Shades of Cranberry #D25082

Tints of Cranberry #D25082

RGB

 RED value IS 210 (82.42% from 255) = 50%

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

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

R = 50%
G = 19.05%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D25082 (or 0xD25082) is known color: Cranberry. HEX triplet: D2, 50 and 82. RGB value is (210,80,130). Sum of RGB (Red+Green+Blue) = 210+80+130=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D25082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25082 is #2DAF7D. Grayscale: #7C7C7C. Windows color (decimal): -2994046 or 8540370. OLE color: 8540370.

HSL color Cylindrical-coordinate representation of color #D25082: hue angle of 336.92º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25082 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 80 130 -
CMYK 0 0.62 0.38 0.18
HSL 336.92º 0.59% 0.57% -
HSV(B) 336.92º 0.62% 0.82% -
XYZ 33.48 21.05 23.42 -
YUV 124.57 131.07 188.93 -
System Red Green Blue C M Y K H S L
Decimal 210 80 130 0 0.62 0.38 0.18 336.92 0.59 0.57
Hex D2 50 82 0 3E 26 12 151 3B 39
Octal 322 120 202 0 76 46 22 521 73 71
Binary 11010010 1010000 10000010 0 111110 100110 10010 101010001 111011 111001

Color Harmonies of #D25082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25082

Black with #D25082

Text Example


Text Example

White with #D25082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25082; }

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

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

background-color css

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

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

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

border-color css

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

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

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