Html Css Color HEX #D25D7B Cranberry

📋 copy color: '#D25D7B'

red 210 ◦ green 93 ◦ blue 123

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

Shades of Cranberry #D25D7B

Tints of Cranberry #D25D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.83%

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

R = 49.3%
G = 21.83%
B = 28.87%

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

#D25D7B (or 0xD25D7B) is known color: Cranberry. HEX triplet: D2, 5D and 7B. RGB value is (210,93,123). Sum of RGB (Red+Green+Blue) = 210+93+123=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D7B is #2DA284. Grayscale: #838383. Windows color (decimal): -2990725 or 8084946. OLE color: 8084946.

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

Color convert

RGB 210 93 123 -
CMYK 0 0.56 0.41 0.18
HSL 344.62º 0.57% 0.59% -
HSV(B) 344.62º 0.56% 0.82% -
XYZ 34.07 22.96 21.38 -
YUV 131.4 123.26 184.06 -
System Red Green Blue C M Y K H S L
Decimal 210 93 123 0 0.56 0.41 0.18 344.62 0.57 0.59
Hex D2 5D 7B 0 38 29 12 159 39 3B
Octal 322 135 173 0 70 51 22 531 71 73
Binary 11010010 1011101 1111011 0 111000 101001 10010 101011001 111001 111011

Color Harmonies of #D25D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D7B

Black with #D25D7B

Text Example


Text Example

White with #D25D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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