Html Css Color HEX #D25379 Cranberry

📋 copy color: '#D25379'

red 210 ◦ green 83 ◦ blue 121

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

Shades of Cranberry #D25379

Tints of Cranberry #D25379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.05%

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

R = 50.72%
G = 20.05%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D25379 (or 0xD25379) is known color: Cranberry. HEX triplet: D2, 53 and 79. RGB value is (210,83,121). Sum of RGB (Red+Green+Blue) = 210+83+121=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D25379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25379 is #2DAC86. Grayscale: #7D7D7D. Windows color (decimal): -2993287 or 7951314. OLE color: 7951314.

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

Color convert

RGB 210 83 121 -
CMYK 0 0.60 0.42 0.18
HSL 342.05º 0.59% 0.57% -
HSV(B) 342.05º 0.6% 0.82% -
XYZ 33.12 21.27 20.45 -
YUV 125.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 210 83 121 0 0.60 0.42 0.18 342.05 0.59 0.57
Hex D2 53 79 0 3C 2A 12 156 3B 39
Octal 322 123 171 0 74 52 22 526 73 71
Binary 11010010 1010011 1111001 0 111100 101010 10010 101010110 111011 111001

Color Harmonies of #D25379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25379

Black with #D25379

Text Example


Text Example

White with #D25379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25379; }

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

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

background-color css

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

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

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

border-color css

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

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

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