Html Css Color HEX #D25679 Cranberry

📋 copy color: '#D25679'

red 210 ◦ green 86 ◦ blue 121

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

Shades of Cranberry #D25679

Tints of Cranberry #D25679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.62%

 BLUE value IS 121 (47.66% from 255) = 29.02%

R = 50.36%
G = 20.62%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D25679 (or 0xD25679) is known color: Cranberry. HEX triplet: D2, 56 and 79. RGB value is (210,86,121). Sum of RGB (Red+Green+Blue) = 210+86+121=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D25679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25679 is #2DA986. Grayscale: #7F7F7F. Windows color (decimal): -2992519 or 7952082. OLE color: 7952082.

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

Color convert

RGB 210 86 121 -
CMYK 0 0.59 0.42 0.18
HSL 343.06º 0.58% 0.58% -
HSV(B) 343.06º 0.59% 0.82% -
XYZ 33.36 21.74 20.53 -
YUV 127.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 210 86 121 0 0.59 0.42 0.18 343.06 0.58 0.58
Hex D2 56 79 0 3B 2A 12 157 3A 3A
Octal 322 126 171 0 73 52 22 527 72 72
Binary 11010010 1010110 1111001 0 111011 101010 10010 101010111 111010 111010

Color Harmonies of #D25679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25679

Black with #D25679

Text Example


Text Example

White with #D25679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25679; }

 p { color: rgb(210,86,121); }

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

background-color css

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

 a { background-color: rgb(210,86,121); }

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

border-color css

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

 span { border-color: rgb(210,86,121); }

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