Html Css Color HEX #D25075 Cranberry

📋 copy color: '#D25075'

red 210 ◦ green 80 ◦ blue 117

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

Shades of Cranberry #D25075

Tints of Cranberry #D25075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.66%

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

R = 51.6%
G = 19.66%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D25075 (or 0xD25075) is known color: Cranberry. HEX triplet: D2, 50 and 75. RGB value is (210,80,117). Sum of RGB (Red+Green+Blue) = 210+80+117=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D25075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25075 is #2DAF8A. Grayscale: #7B7B7B. Windows color (decimal): -2994059 or 7688402. OLE color: 7688402.

HSL color Cylindrical-coordinate representation of color #D25075: hue angle of 342.92º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25075 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 80 117 -
CMYK 0 0.62 0.44 0.18
HSL 342.92º 0.59% 0.57% -
HSV(B) 342.92º 0.62% 0.82% -
XYZ 32.66 20.72 19.11 -
YUV 123.09 124.57 189.99 -
System Red Green Blue C M Y K H S L
Decimal 210 80 117 0 0.62 0.44 0.18 342.92 0.59 0.57
Hex D2 50 75 0 3E 2C 12 157 3B 39
Octal 322 120 165 0 76 54 22 527 73 71
Binary 11010010 1010000 1110101 0 111110 101100 10010 101010111 111011 111001

Color Harmonies of #D25075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25075

Black with #D25075

Text Example


Text Example

White with #D25075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25075; }

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

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

background-color css

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

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

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

border-color css

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

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

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