Html Css Color HEX #D25E81 Cranberry

📋 copy color: '#D25E81'

red 210 ◦ green 94 ◦ blue 129

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

Shades of Cranberry #D25E81

Tints of Cranberry #D25E81

RGB

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

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

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

R = 48.5%
G = 21.71%
B = 29.79%

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

#D25E81 (or 0xD25E81) is known color: Cranberry. HEX triplet: D2, 5E and 81. RGB value is (210,94,129). Sum of RGB (Red+Green+Blue) = 210+94+129=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25E81 is #2DA17E. Grayscale: #848484. Windows color (decimal): -2990463 or 8478418. OLE color: 8478418.

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

Color convert

RGB 210 94 129 -
CMYK 0 0.55 0.39 0.18
HSL 341.9º 0.56% 0.6% -
HSV(B) 341.9º 0.55% 0.82% -
XYZ 34.54 23.29 23.44 -
YUV 132.67 125.93 183.15 -
System Red Green Blue C M Y K H S L
Decimal 210 94 129 0 0.55 0.39 0.18 341.9 0.56 0.6
Hex D2 5E 81 0 37 27 12 156 38 3C
Octal 322 136 201 0 67 47 22 526 70 74
Binary 11010010 1011110 10000001 0 110111 100111 10010 101010110 111000 111100

Color Harmonies of #D25E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E81

Black with #D25E81

Text Example


Text Example

White with #D25E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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