Html Css Color HEX #D25281 Cranberry

📋 copy color: '#D25281'

red 210 ◦ green 82 ◦ blue 129

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

Shades of Cranberry #D25281

Tints of Cranberry #D25281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.64%

R = 49.88%
G = 19.48%
B = 30.64%

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

#D25281 (or 0xD25281) is known color: Cranberry. HEX triplet: D2, 52 and 81. RGB value is (210,82,129). Sum of RGB (Red+Green+Blue) = 210+82+129=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D25281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25281 is #2DAD7E. Grayscale: #7D7D7D. Windows color (decimal): -2993535 or 8475346. OLE color: 8475346.

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

Color convert

RGB 210 82 129 -
CMYK 0 0.61 0.39 0.18
HSL 337.97º 0.59% 0.57% -
HSV(B) 337.97º 0.61% 0.82% -
XYZ 33.56 21.32 23.12 -
YUV 125.63 129.91 188.18 -
System Red Green Blue C M Y K H S L
Decimal 210 82 129 0 0.61 0.39 0.18 337.97 0.59 0.57
Hex D2 52 81 0 3D 27 12 152 3B 39
Octal 322 122 201 0 75 47 22 522 73 71
Binary 11010010 1010010 10000001 0 111101 100111 10010 101010010 111011 111001

Color Harmonies of #D25281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25281

Black with #D25281

Text Example


Text Example

White with #D25281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25281; }

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

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

background-color css

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

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

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

border-color css

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

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

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