Html Css Color HEX #D25480 Cranberry

📋 copy color: '#D25480'

red 210 ◦ green 84 ◦ blue 128

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

Shades of Cranberry #D25480

Tints of Cranberry #D25480

RGB

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

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

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

R = 49.76%
G = 19.91%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D25480 (or 0xD25480) is known color: Cranberry. HEX triplet: D2, 54 and 80. RGB value is (210,84,128). Sum of RGB (Red+Green+Blue) = 210+84+128=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D25480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25480 is #2DAB7F. Grayscale: #7E7E7E. Windows color (decimal): -2993024 or 8410322. OLE color: 8410322.

HSL color Cylindrical-coordinate representation of color #D25480: hue angle of 339.05º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25480 is Cyan = 0, Magento = 0.6, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 84 128 -
CMYK 0 0.6 0.39 0.18
HSL 339.05º 0.58% 0.58% -
HSV(B) 339.05º 0.6% 0.82% -
XYZ 33.64 21.6 22.82 -
YUV 126.69 128.74 187.42 -
System Red Green Blue C M Y K H S L
Decimal 210 84 128 0 0.6 0.39 0.18 339.05 0.58 0.58
Hex D2 54 80 0 3C 27 12 153 3A 3A
Octal 322 124 200 0 74 47 22 523 72 72
Binary 11010010 1010100 10000000 0 111100 100111 10010 101010011 111010 111010

Color Harmonies of #D25480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25480

Black with #D25480

Text Example


Text Example

White with #D25480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25480; }

 p { color: rgb(210,84,128); }

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

background-color css

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

 a { background-color: rgb(210,84,128); }

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

border-color css

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

 span { border-color: rgb(210,84,128); }

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