Html Css Color HEX #D25485 Cranberry

📋 copy color: '#D25485'

red 210 ◦ green 84 ◦ blue 133

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

Shades of Cranberry #D25485

Tints of Cranberry #D25485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 49.18%
G = 19.67%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D25485 (or 0xD25485) is known color: Cranberry. HEX triplet: D2, 54 and 85. RGB value is (210,84,133). Sum of RGB (Red+Green+Blue) = 210+84+133=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D25485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25485 is #2DAB7A. Grayscale: #7F7F7F. Windows color (decimal): -2993019 or 8738002. OLE color: 8738002.

HSL color Cylindrical-coordinate representation of color #D25485: hue angle of 336.67º 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 #D25485 is Cyan = 0, Magento = 0.6, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 84 133 -
CMYK 0 0.6 0.37 0.18
HSL 336.67º 0.58% 0.58% -
HSV(B) 336.67º 0.6% 0.82% -
XYZ 33.98 21.74 24.59 -
YUV 127.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 210 84 133 0 0.6 0.37 0.18 336.67 0.58 0.58
Hex D2 54 85 0 3C 25 12 151 3A 3A
Octal 322 124 205 0 74 45 22 521 72 72
Binary 11010010 1010100 10000101 0 111100 100101 10010 101010001 111010 111010

Color Harmonies of #D25485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25485

Black with #D25485

Text Example


Text Example

White with #D25485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25485; }

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

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

background-color css

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

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

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

border-color css

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

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

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