Html Css Color HEX #D25175 Cranberry

📋 copy color: '#D25175'

red 210 ◦ green 81 ◦ blue 117

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

Shades of Cranberry #D25175

Tints of Cranberry #D25175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.85%

 BLUE value IS 117 (46.09% from 255) = 28.68%

R = 51.47%
G = 19.85%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D25175 (or 0xD25175) is known color: Cranberry. HEX triplet: D2, 51 and 75. RGB value is (210,81,117). Sum of RGB (Red+Green+Blue) = 210+81+117=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D25175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25175 is #2DAE8A. Grayscale: #7B7B7B. Windows color (decimal): -2993803 or 7688658. OLE color: 7688658.

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

Color convert

RGB 210 81 117 -
CMYK 0 0.61 0.44 0.18
HSL 343.26º 0.59% 0.57% -
HSV(B) 343.26º 0.61% 0.82% -
XYZ 32.73 20.87 19.13 -
YUV 123.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 210 81 117 0 0.61 0.44 0.18 343.26 0.59 0.57
Hex D2 51 75 0 3D 2C 12 157 3B 39
Octal 322 121 165 0 75 54 22 527 73 71
Binary 11010010 1010001 1110101 0 111101 101100 10010 101010111 111011 111001

Color Harmonies of #D25175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25175

Black with #D25175

Text Example


Text Example

White with #D25175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25175; }

 p { color: rgb(210,81,117); }

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

background-color css

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

 a { background-color: rgb(210,81,117); }

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

border-color css

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

 span { border-color: rgb(210,81,117); }

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