Html Css Color HEX #D25286 Cranberry

📋 copy color: '#D25286'

red 210 ◦ green 82 ◦ blue 134

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

Shades of Cranberry #D25286

Tints of Cranberry #D25286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.46%

R = 49.3%
G = 19.25%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D25286 (or 0xD25286) is known color: Cranberry. HEX triplet: D2, 52 and 86. RGB value is (210,82,134). Sum of RGB (Red+Green+Blue) = 210+82+134=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D25286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25286 is #2DAD79. Grayscale: #7E7E7E. Windows color (decimal): -2993530 or 8803026. OLE color: 8803026.

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

Color convert

RGB 210 82 134 -
CMYK 0 0.61 0.36 0.18
HSL 335.63º 0.59% 0.57% -
HSV(B) 335.63º 0.61% 0.82% -
XYZ 33.9 21.46 24.91 -
YUV 126.2 132.41 187.77 -
System Red Green Blue C M Y K H S L
Decimal 210 82 134 0 0.61 0.36 0.18 335.63 0.59 0.57
Hex D2 52 86 0 3D 24 12 150 3B 39
Octal 322 122 206 0 75 44 22 520 73 71
Binary 11010010 1010010 10000110 0 111101 100100 10010 101010000 111011 111001

Color Harmonies of #D25286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25286

Black with #D25286

Text Example


Text Example

White with #D25286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25286; }

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

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

background-color css

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

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

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

border-color css

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

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

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