Html Css Color HEX #D25E80 Cranberry

📋 copy color: '#D25E80'

red 210 ◦ green 94 ◦ blue 128

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

Shades of Cranberry #D25E80

Tints of Cranberry #D25E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.76%

 BLUE value IS 128 (50.39% from 255) = 29.63%

R = 48.61%
G = 21.76%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D25E80 (or 0xD25E80) is known color: Cranberry. HEX triplet: D2, 5E and 80. RGB value is (210,94,128). Sum of RGB (Red+Green+Blue) = 210+94+128=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25E80 is #2DA17F. Grayscale: #848484. Windows color (decimal): -2990464 or 8412882. OLE color: 8412882.

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

Color convert

RGB 210 94 128 -
CMYK 0 0.55 0.39 0.18
HSL 342.41º 0.56% 0.6% -
HSV(B) 342.41º 0.55% 0.82% -
XYZ 34.48 23.27 23.1 -
YUV 132.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 210 94 128 0 0.55 0.39 0.18 342.41 0.56 0.6
Hex D2 5E 80 0 37 27 12 156 38 3C
Octal 322 136 200 0 67 47 22 526 70 74
Binary 11010010 1011110 10000000 0 110111 100111 10010 101010110 111000 111100

Color Harmonies of #D25E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E80

Black with #D25E80

Text Example


Text Example

White with #D25E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E80; }

 p { color: rgb(210,94,128); }

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

background-color css

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

 a { background-color: rgb(210,94,128); }

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

border-color css

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

 span { border-color: rgb(210,94,128); }

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