Html Css Color HEX #D25C7D Cranberry

📋 copy color: '#D25C7D'

red 210 ◦ green 92 ◦ blue 125

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

Shades of Cranberry #D25C7D

Tints of Cranberry #D25C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.55%

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 49.18%
G = 21.55%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D25C7D (or 0xD25C7D) is known color: Cranberry. HEX triplet: D2, 5C and 7D. RGB value is (210,92,125). Sum of RGB (Red+Green+Blue) = 210+92+125=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C7D is #2DA382. Grayscale: #838383. Windows color (decimal): -2990979 or 8215762. OLE color: 8215762.

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

Color convert

RGB 210 92 125 -
CMYK 0 0.56 0.40 0.18
HSL 343.22º 0.57% 0.59% -
HSV(B) 343.22º 0.56% 0.82% -
XYZ 34.11 22.84 22.01 -
YUV 131.04 124.59 184.32 -
System Red Green Blue C M Y K H S L
Decimal 210 92 125 0 0.56 0.40 0.18 343.22 0.57 0.59
Hex D2 5C 7D 0 38 28 12 157 39 3B
Octal 322 134 175 0 70 50 22 527 71 73
Binary 11010010 1011100 1111101 0 111000 101000 10010 101010111 111001 111011

Color Harmonies of #D25C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25C7D

Black with #D25C7D

Text Example


Text Example

White with #D25C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25C7D; }

 p { color: rgb(210,92,125); }

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

background-color css

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

 a { background-color: rgb(210,92,125); }

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

border-color css

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

 span { border-color: rgb(210,92,125); }

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