Html Css Color HEX #D25B84 Cranberry

📋 copy color: '#D25B84'

red 210 ◦ green 91 ◦ blue 132

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

Shades of Cranberry #D25B84

Tints of Cranberry #D25B84

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.02%

 BLUE value IS 132 (51.95% from 255) = 30.48%

R = 48.5%
G = 21.02%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D25B84 (or 0xD25B84) is known color: Cranberry. HEX triplet: D2, 5B and 84. RGB value is (210,91,132). Sum of RGB (Red+Green+Blue) = 210+91+132=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25B84 is #2DA47B. Grayscale: #838383. Windows color (decimal): -2991228 or 8674258. OLE color: 8674258.

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

Color convert

RGB 210 91 132 -
CMYK 0 0.57 0.37 0.18
HSL 339.33º 0.57% 0.59% -
HSV(B) 339.33º 0.57% 0.82% -
XYZ 34.48 22.85 24.42 -
YUV 131.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 210 91 132 0 0.57 0.37 0.18 339.33 0.57 0.59
Hex D2 5B 84 0 39 25 12 153 39 3B
Octal 322 133 204 0 71 45 22 523 71 73
Binary 11010010 1011011 10000100 0 111001 100101 10010 101010011 111001 111011

Color Harmonies of #D25B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B84

Black with #D25B84

Text Example


Text Example

White with #D25B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B84; }

 p { color: rgb(210,91,132); }

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

background-color css

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

 a { background-color: rgb(210,91,132); }

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

border-color css

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

 span { border-color: rgb(210,91,132); }

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