Html Css Color HEX #D25B7C Cranberry

📋 copy color: '#D25B7C'

red 210 ◦ green 91 ◦ blue 124

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

Shades of Cranberry #D25B7C

Tints of Cranberry #D25B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.41%

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 49.41%
G = 21.41%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D25B7C (or 0xD25B7C) is known color: Cranberry. HEX triplet: D2, 5B and 7C. RGB value is (210,91,124). Sum of RGB (Red+Green+Blue) = 210+91+124=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25B7C is #2DA483. Grayscale: #828282. Windows color (decimal): -2991236 or 8149970. OLE color: 8149970.

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

Color convert

RGB 210 91 124 -
CMYK 0 0.57 0.41 0.18
HSL 343.36º 0.57% 0.59% -
HSV(B) 343.36º 0.57% 0.82% -
XYZ 33.96 22.64 21.65 -
YUV 130.34 124.42 184.82 -
System Red Green Blue C M Y K H S L
Decimal 210 91 124 0 0.57 0.41 0.18 343.36 0.57 0.59
Hex D2 5B 7C 0 39 29 12 157 39 3B
Octal 322 133 174 0 71 51 22 527 71 73
Binary 11010010 1011011 1111100 0 111001 101001 10010 101010111 111001 111011

Color Harmonies of #D25B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B7C

Black with #D25B7C

Text Example


Text Example

White with #D25B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B7C; }

 p { color: rgb(210,91,124); }

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

background-color css

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

 a { background-color: rgb(210,91,124); }

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

border-color css

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

 span { border-color: rgb(210,91,124); }

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