Html Css Color HEX #D25C7B Cranberry

📋 copy color: '#D25C7B'

red 210 ◦ green 92 ◦ blue 123

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

Shades of Cranberry #D25C7B

Tints of Cranberry #D25C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.94%

R = 49.41%
G = 21.65%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D25C7B (or 0xD25C7B) is known color: Cranberry. HEX triplet: D2, 5C and 7B. RGB value is (210,92,123). Sum of RGB (Red+Green+Blue) = 210+92+123=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C7B is #2DA384. Grayscale: #828282. Windows color (decimal): -2990981 or 8084690. OLE color: 8084690.

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

Color convert

RGB 210 92 123 -
CMYK 0 0.56 0.41 0.18
HSL 344.24º 0.57% 0.59% -
HSV(B) 344.24º 0.56% 0.82% -
XYZ 33.98 22.79 21.35 -
YUV 130.82 123.59 184.48 -
System Red Green Blue C M Y K H S L
Decimal 210 92 123 0 0.56 0.41 0.18 344.24 0.57 0.59
Hex D2 5C 7B 0 38 29 12 158 39 3B
Octal 322 134 173 0 70 51 22 530 71 73
Binary 11010010 1011100 1111011 0 111000 101001 10010 101011000 111001 111011

Color Harmonies of #D25C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25C7B

Black with #D25C7B

Text Example


Text Example

White with #D25C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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