Html Css Color HEX #D25D84 Cranberry

📋 copy color: '#D25D84'

red 210 ◦ green 93 ◦ blue 132

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

Shades of Cranberry #D25D84

Tints of Cranberry #D25D84

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.38%

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

R = 48.28%
G = 21.38%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D25D84 (or 0xD25D84) is known color: Cranberry. HEX triplet: D2, 5D and 84. RGB value is (210,93,132). Sum of RGB (Red+Green+Blue) = 210+93+132=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25D84 is #2DA27B. Grayscale: #848484. Windows color (decimal): -2990716 or 8674770. OLE color: 8674770.

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

Color convert

RGB 210 93 132 -
CMYK 0 0.56 0.37 0.18
HSL 340º 0.57% 0.59% -
HSV(B) 340º 0.56% 0.82% -
XYZ 34.66 23.2 24.48 -
YUV 132.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 210 93 132 0 0.56 0.37 0.18 340 0.57 0.59
Hex D2 5D 84 0 38 25 12 154 39 3B
Octal 322 135 204 0 70 45 22 524 71 73
Binary 11010010 1011101 10000100 0 111000 100101 10010 101010100 111001 111011

Color Harmonies of #D25D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D84

Black with #D25D84

Text Example


Text Example

White with #D25D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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