Html Css Color HEX #D25C7F Cranberry

📋 copy color: '#D25C7F'

red 210 ◦ green 92 ◦ blue 127

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

Shades of Cranberry #D25C7F

Tints of Cranberry #D25C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.6%

R = 48.95%
G = 21.45%
B = 29.6%

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

#D25C7F (or 0xD25C7F) is known color: Cranberry. HEX triplet: D2, 5C and 7F. RGB value is (210,92,127). Sum of RGB (Red+Green+Blue) = 210+92+127=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C7F is #2DA380. Grayscale: #838383. Windows color (decimal): -2990977 or 8346834. OLE color: 8346834.

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

Color convert

RGB 210 92 127 -
CMYK 0 0.56 0.40 0.18
HSL 342.2º 0.57% 0.59% -
HSV(B) 342.2º 0.56% 0.82% -
XYZ 34.24 22.89 22.69 -
YUV 131.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 210 92 127 0 0.56 0.40 0.18 342.2 0.57 0.59
Hex D2 5C 7F 0 38 28 12 156 39 3B
Octal 322 134 177 0 70 50 22 526 71 73
Binary 11010010 1011100 1111111 0 111000 101000 10010 101010110 111001 111011

Color Harmonies of #D25C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25C7F

Black with #D25C7F

Text Example


Text Example

White with #D25C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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