Html Css Color HEX #D65C81 Cranberry

📋 copy color: '#D65C81'

red 214 ◦ green 92 ◦ blue 129

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

Shades of Cranberry #D65C81

Tints of Cranberry #D65C81

RGB

 RED value IS 214 (83.98% from 255) = 49.2%

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

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

R = 49.2%
G = 21.15%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D65C81 (or 0xD65C81) is known color: Cranberry. HEX triplet: D6, 5C and 81. RGB value is (214,92,129). Sum of RGB (Red+Green+Blue) = 214+92+129=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65C81 is #29A37E. Grayscale: #848484. Windows color (decimal): -2728831 or 8477910. OLE color: 8477910.

HSL color Cylindrical-coordinate representation of color #D65C81: hue angle of 341.8º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65C81 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 92 129 -
CMYK 0 0.57 0.40 0.16
HSL 341.8º 0.6% 0.6% -
HSV(B) 341.8º 0.57% 0.84% -
XYZ 35.52 23.54 23.44 -
YUV 132.7 125.92 185.99 -
System Red Green Blue C M Y K H S L
Decimal 214 92 129 0 0.57 0.40 0.16 341.8 0.6 0.6
Hex D6 5C 81 0 39 28 10 156 3C 3C
Octal 326 134 201 0 71 50 20 526 74 74
Binary 11010110 1011100 10000001 0 111001 101000 10000 101010110 111100 111100

Color Harmonies of #D65C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C81

Black with #D65C81

Text Example


Text Example

White with #D65C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C81; }

 p { color: rgb(214,92,129); }

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

background-color css

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

 a { background-color: rgb(214,92,129); }

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

border-color css

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

 span { border-color: rgb(214,92,129); }

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