Html Css Color HEX #D25B7F Cranberry

📋 copy color: '#D25B7F'

red 210 ◦ green 91 ◦ blue 127

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

Shades of Cranberry #D25B7F

Tints of Cranberry #D25B7F

RGB

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

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

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

R = 49.07%
G = 21.26%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D25B7F (or 0xD25B7F) is known color: Cranberry. HEX triplet: D2, 5B and 7F. RGB value is (210,91,127). Sum of RGB (Red+Green+Blue) = 210+91+127=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25B7F is #2DA480. Grayscale: #828282. Windows color (decimal): -2991233 or 8346578. OLE color: 8346578.

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

Color convert

RGB 210 91 127 -
CMYK 0 0.57 0.40 0.18
HSL 341.85º 0.57% 0.59% -
HSV(B) 341.85º 0.57% 0.82% -
XYZ 34.15 22.72 22.66 -
YUV 130.69 125.92 184.57 -
System Red Green Blue C M Y K H S L
Decimal 210 91 127 0 0.57 0.40 0.18 341.85 0.57 0.59
Hex D2 5B 7F 0 39 28 12 156 39 3B
Octal 322 133 177 0 71 50 22 526 71 73
Binary 11010010 1011011 1111111 0 111001 101000 10010 101010110 111001 111011

Color Harmonies of #D25B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B7F

Black with #D25B7F

Text Example


Text Example

White with #D25B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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