Html Css Color HEX #D25381 Cranberry

📋 copy color: '#D25381'

red 210 ◦ green 83 ◦ blue 129

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

Shades of Cranberry #D25381

Tints of Cranberry #D25381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.67%

 BLUE value IS 129 (50.78% from 255) = 30.57%

R = 49.76%
G = 19.67%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D25381 (or 0xD25381) is known color: Cranberry. HEX triplet: D2, 53 and 81. RGB value is (210,83,129). Sum of RGB (Red+Green+Blue) = 210+83+129=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D25381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25381 is #2DAC7E. Grayscale: #7E7E7E. Windows color (decimal): -2993279 or 8475602. OLE color: 8475602.

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

Color convert

RGB 210 83 129 -
CMYK 0 0.60 0.39 0.18
HSL 338.27º 0.59% 0.57% -
HSV(B) 338.27º 0.6% 0.82% -
XYZ 33.63 21.47 23.14 -
YUV 126.22 129.58 187.76 -
System Red Green Blue C M Y K H S L
Decimal 210 83 129 0 0.60 0.39 0.18 338.27 0.59 0.57
Hex D2 53 81 0 3C 27 12 152 3B 39
Octal 322 123 201 0 74 47 22 522 73 71
Binary 11010010 1010011 10000001 0 111100 100111 10010 101010010 111011 111001

Color Harmonies of #D25381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25381

Black with #D25381

Text Example


Text Example

White with #D25381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25381; }

 p { color: rgb(210,83,129); }

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

background-color css

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

 a { background-color: rgb(210,83,129); }

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

border-color css

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

 span { border-color: rgb(210,83,129); }

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