Html Css Color HEX #D25280 Cranberry

📋 copy color: '#D25280'

red 210 ◦ green 82 ◦ blue 128

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

Shades of Cranberry #D25280

Tints of Cranberry #D25280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.52%

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

R = 50%
G = 19.52%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D25280 (or 0xD25280) is known color: Cranberry. HEX triplet: D2, 52 and 80. RGB value is (210,82,128). Sum of RGB (Red+Green+Blue) = 210+82+128=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D25280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25280 is #2DAD7F. Grayscale: #7D7D7D. Windows color (decimal): -2993536 or 8409810. OLE color: 8409810.

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

Color convert

RGB 210 82 128 -
CMYK 0 0.61 0.39 0.18
HSL 338.44º 0.59% 0.57% -
HSV(B) 338.44º 0.61% 0.82% -
XYZ 33.49 21.29 22.77 -
YUV 125.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 210 82 128 0 0.61 0.39 0.18 338.44 0.59 0.57
Hex D2 52 80 0 3D 27 12 152 3B 39
Octal 322 122 200 0 75 47 22 522 73 71
Binary 11010010 1010010 10000000 0 111101 100111 10010 101010010 111011 111001

Color Harmonies of #D25280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25280

Black with #D25280

Text Example


Text Example

White with #D25280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25280; }

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

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

background-color css

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

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

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

border-color css

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

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

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