Html Css Color HEX #D25275 Cranberry

📋 copy color: '#D25275'

red 210 ◦ green 82 ◦ blue 117

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

Shades of Cranberry #D25275

Tints of Cranberry #D25275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.05%

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

R = 51.34%
G = 20.05%
B = 28.61%

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

#D25275 (or 0xD25275) is known color: Cranberry. HEX triplet: D2, 52 and 75. RGB value is (210,82,117). Sum of RGB (Red+Green+Blue) = 210+82+117=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D25275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25275 is #2DAD8A. Grayscale: #7C7C7C. Windows color (decimal): -2993547 or 7688914. OLE color: 7688914.

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

Color convert

RGB 210 82 117 -
CMYK 0 0.61 0.44 0.18
HSL 343.59º 0.59% 0.57% -
HSV(B) 343.59º 0.61% 0.82% -
XYZ 32.81 21.02 19.16 -
YUV 124.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 210 82 117 0 0.61 0.44 0.18 343.59 0.59 0.57
Hex D2 52 75 0 3D 2C 12 158 3B 39
Octal 322 122 165 0 75 54 22 530 73 71
Binary 11010010 1010010 1110101 0 111101 101100 10010 101011000 111011 111001

Color Harmonies of #D25275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25275

Black with #D25275

Text Example


Text Example

White with #D25275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25275; }

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

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

background-color css

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

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

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

border-color css

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

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

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