Html Css Color HEX #D25378 Cranberry

📋 copy color: '#D25378'

red 210 ◦ green 83 ◦ blue 120

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

Shades of Cranberry #D25378

Tints of Cranberry #D25378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.06%

R = 50.85%
G = 20.1%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D25378 (or 0xD25378) is known color: Cranberry. HEX triplet: D2, 53 and 78. RGB value is (210,83,120). Sum of RGB (Red+Green+Blue) = 210+83+120=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D25378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25378 is #2DAC87. Grayscale: #7D7D7D. Windows color (decimal): -2993288 or 7885778. OLE color: 7885778.

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

Color convert

RGB 210 83 120 -
CMYK 0 0.60 0.43 0.18
HSL 342.52º 0.59% 0.57% -
HSV(B) 342.52º 0.6% 0.82% -
XYZ 33.06 21.24 20.13 -
YUV 125.19 125.08 188.49 -
System Red Green Blue C M Y K H S L
Decimal 210 83 120 0 0.60 0.43 0.18 342.52 0.59 0.57
Hex D2 53 78 0 3C 2B 12 157 3B 39
Octal 322 123 170 0 74 53 22 527 73 71
Binary 11010010 1010011 1111000 0 111100 101011 10010 101010111 111011 111001

Color Harmonies of #D25378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25378

Black with #D25378

Text Example


Text Example

White with #D25378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25378; }

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

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

background-color css

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

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

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

border-color css

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

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

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