Html Css Color HEX #D25278 Cranberry

📋 copy color: '#D25278'

red 210 ◦ green 82 ◦ blue 120

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

Shades of Cranberry #D25278

Tints of Cranberry #D25278

RGB

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

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

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

R = 50.97%
G = 19.9%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D25278 (or 0xD25278) is known color: Cranberry. HEX triplet: D2, 52 and 78. RGB value is (210,82,120). Sum of RGB (Red+Green+Blue) = 210+82+120=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D25278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25278 is #2DAD87. Grayscale: #7C7C7C. Windows color (decimal): -2993544 or 7885522. OLE color: 7885522.

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

Color convert

RGB 210 82 120 -
CMYK 0 0.61 0.43 0.18
HSL 342.19º 0.59% 0.57% -
HSV(B) 342.19º 0.61% 0.82% -
XYZ 32.99 21.09 20.1 -
YUV 124.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 210 82 120 0 0.61 0.43 0.18 342.19 0.59 0.57
Hex D2 52 78 0 3D 2B 12 156 3B 39
Octal 322 122 170 0 75 53 22 526 73 71
Binary 11010010 1010010 1111000 0 111101 101011 10010 101010110 111011 111001

Color Harmonies of #D25278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25278

Black with #D25278

Text Example


Text Example

White with #D25278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25278; }

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

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

background-color css

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

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

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

border-color css

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

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

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