Html Css Color HEX #D25375 Cranberry

📋 copy color: '#D25375'

red 210 ◦ green 83 ◦ blue 117

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

Shades of Cranberry #D25375

Tints of Cranberry #D25375

RGB

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

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

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

R = 51.22%
G = 20.24%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D25375 (or 0xD25375) is known color: Cranberry. HEX triplet: D2, 53 and 75. RGB value is (210,83,117). Sum of RGB (Red+Green+Blue) = 210+83+117=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D25375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25375 is #2DAC8A. Grayscale: #7C7C7C. Windows color (decimal): -2993291 or 7689170. OLE color: 7689170.

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

Color convert

RGB 210 83 117 -
CMYK 0 0.60 0.44 0.18
HSL 343.94º 0.59% 0.57% -
HSV(B) 343.94º 0.6% 0.82% -
XYZ 32.88 21.17 19.18 -
YUV 124.85 123.58 188.74 -
System Red Green Blue C M Y K H S L
Decimal 210 83 117 0 0.60 0.44 0.18 343.94 0.59 0.57
Hex D2 53 75 0 3C 2C 12 158 3B 39
Octal 322 123 165 0 74 54 22 530 73 71
Binary 11010010 1010011 1110101 0 111100 101100 10010 101011000 111011 111001

Color Harmonies of #D25375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25375

Black with #D25375

Text Example


Text Example

White with #D25375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25375; }

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

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

background-color css

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

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

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

border-color css

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

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

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